Changeset 1485 for trunk/gsdl/bin/script


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

More improvements to collector

Location:
trunk/gsdl/bin/script
Files:
2 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) {
  • trunk/gsdl/bin/script/filecopy.pl

    r1454 r1485  
    5454    my $full_importname
    5555    = &util::filename_cat($collectdir, $dirname, "import");
    56 
    57     print $out "full_importname: $full_importname\n";
    5856
    5957    # split argv into 2 lists: files and directories
Note: See TracChangeset for help on using the changeset viewer.