Changeset 2472
- Timestamp:
- 2001-05-25T14:34:44+12:00 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gsdl/bin/script/mirror.pl
r1970 r2472 119 119 # run the mirror program from the import directory 120 120 my $cmd = "cd $importdir; "; 121 $cmd .= " gsw3mir.pl -cfgfile $etcdir/w3mir.cfg";121 $cmd .= "perl -S gsw3mir.pl -cfgfile $etcdir/w3mir.cfg"; 122 122 # print "\n$cmd\n"; 123 123 `$cmd`; … … 129 129 elsif ((-e "$etcdir/wget.cfg") && (-e "$etcdir/wget.url")) { 130 130 $ENV{WGETRC} = "$etcdir/wget.cfg"; 131 my $cmd = " gsWget.pl --input-file=$etcdir/wget.url --directory-prefix=$importdir";131 my $cmd = "perl -S gsWget.pl --input-file=$etcdir/wget.url --directory-prefix=$importdir"; 132 132 system($cmd); 133 133 }
Note:
See TracChangeset
for help on using the changeset viewer.