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/phpical

    r127 r474  
    1616close(FILE);
    1717
    18 #`cp /mit/scripts/deploy/phpical/MIT\ Academic\ Calendar.ics calendars/`;
     18#system('cp', '/mit/scripts/deploy/phpical/MIT Academic Calendar.ics', 'calendars/');
    1919
    20 `rm -f contemp.php`;
    21 `rm -f calendars/publish.ical.php`;
     20unlink('contemp.php');
     21unlink('calendars/publish.ical.php');
    2222
    2323print <<END;
Note: See TracChangeset for help on using the changeset viewer.