Changeset 24375 for main/trunk/greenstone2/bin/script/gsConvert.pl
- Timestamp:
- 2011-08-09T17:35:09+12:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/trunk/greenstone2/bin/script/gsConvert.pl
r24371 r24375 91 91 my $faillogfile=""; 92 92 my $timeout=0; 93 my $verbosity=0; 93 94 94 95 sub main … … 131 132 print_usage(); 132 133 } 133 134 135 $verbosity=$verbose if defined $verbose; 136 134 137 # Make sure the input file exists and can be opened for reading 135 138 if (scalar(@ARGV!=1)) { … … 521 524 522 525 my $wvware_status = 0; 523 526 524 527 # need to ensure that the path to perl is quoted (in case there's spaces in it) 525 my $launch_cmd = "\"".&util::get_perl_exec()."\" -S wvware.pl $input_filename $output_filestem $faillogfile $ timeout";528 my $launch_cmd = "\"".&util::get_perl_exec()."\" -S wvware.pl $input_filename $output_filestem $faillogfile $verbosity $timeout"; 526 529 527 530 # print STDERR "***** wvware launch cmd = $launch_cmd\n";
Note:
See TracChangeset
for help on using the changeset viewer.