Ignore:
Timestamp:
2016-08-05T19:39:07+12:00 (8 years ago)
Author:
ak19
Message:

Undoing accidental commits of rev 30681.

Location:
main/trunk/greenstone2/bin/script
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/bin/script/gsConvert.pl

    r30681 r30683  
    531531    my $launch_cmd = "\"".&util::get_perl_exec()."\" -S wvware.pl \"$input_filename\" \"$output_filestem\" \"$faillogfile\" $verbosity $timeout";   
    532532
    533     print STDERR "***** wvware launch cmd = $launch_cmd\n";
     533#    print STDERR "***** wvware launch cmd = $launch_cmd\n";
    534534
    535535    $wvware_status = system($launch_cmd)/256;
  • main/trunk/greenstone2/bin/script/wvware.pl

    r30681 r30683  
    217217    if ($ENV{'GSDLOS'} !~ m/^windows$/i || $is_winnt_2000);
    218218
    219     print STDERR "***** wvware.pl launching wvware with CMD:\n\t$cmd\n";
     219#    print STDERR "***** wvware.pl launching wvware with CMD:\n\t$cmd\n";
    220220
    221221    # execute the command
Note: See TracChangeset for help on using the changeset viewer.