Ignore:
Timestamp:
2000-08-31T20:07:53+12:00 (24 years ago)
Author:
sjboddie
Message:

More improvements to collector

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/bin/script/build

    r1461 r1485  
    140140        # we assume anything not beginning with http:// or ftp://
    141141        # is a file or directory on the local file system.
    142         $download_dir =~ s/^file:\/\///;
     142        $download_dir =~ s/^file:(\/\/)?//;
    143143       
    144144        if (-e $download_dir) {
Note: See TracChangeset for help on using the changeset viewer.