Changeset 513


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

fix conf_fetch_file for HTTP transport, fixes #142

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/confmanlib.sh.in

    r512 r513  
    361361            ;; 
    362362        http|https|ftp) 
    363             $fetch_cmd "$tmpfile$file" "${CONF_EXPORT_URI}$file" 
     363            $fetch_cmd "$tmpfile" "${CONF_EXPORT_URI}$file" 
    364364            ;; 
    365365        file) 
Note: See TracChangeset for help on using the changeset viewer.