Ignore:
Timestamp:
2016-05-09T22:38:09+12:00 (8 years ago)
Author:
ak19
Message:

Refactoring activate.pl into activate.pm (class, OOP) and activate.pl. Now buildcolutils.pm uses do_deactivate() from activate.pm.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/perllib/downloaders/WgetDownload.pm

    r28560 r30520  
    246246    #print STDOUT "Command is: $command\n";
    247247
    248     # Wget's output needs to be monitored to find out when it has naturally termianted.
     248    # Wget's output needs to be monitored to find out when it has naturally terminated.
    249249    # Wget's output is sent to its STDERR so we can't use open2 without doing 2>&1.
    250250    # On linux, 2>&1 launches a subshell which then launches wget, meaning that killing
Note: See TracChangeset for help on using the changeset viewer.