Ignore:
Timestamp:
Oct 14, 2007, 4:12:55 PM (17 years ago)
Author:
andersk
Message:
File::Path for mkpath and rmtree.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • locker/deploy/bin/joomla

    r473 r474  
    44use onserver;
    55use Cwd;
     6use File::Path;
    67
    78setup();
     
    3940     dirPerms => 0});
    4041
    41 system('rm', '-rf', 'installation');
     42rmtree('installation');
Note: See TracChangeset for help on using the changeset viewer.