Changeset 514


Ignore:
Timestamp:
05/12/2011 16:58:52 (13 months ago)
Author:
blee
Message:

merge from trunk conf_fetch_file fix for HTTP transport into confman-1.9, closes #142

Location:
branches/confman-1.9
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/confman-1.9

    • Property svn:mergeinfo changed
      /trunkmerged: 513
  • branches/confman-1.9/confmanlib.sh.in

    r500 r514  
    340340            ;; 
    341341        http|https|ftp) 
    342             $fetch_cmd "$tmpfile$file" "${CONF_EXPORT_URI}$file" 
     342            $fetch_cmd "$tmpfile" "${CONF_EXPORT_URI}$file" 
    343343            ;; 
    344344        file) 
Note: See TracChangeset for help on using the changeset viewer.