Changeset 35388
- Timestamp:
- Apr 10, 2013, 11:00:49 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/scripts/pstamp_cleanup.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/pstamp_cleanup.pl
r34231 r35388 183 183 } 184 184 185 my $command = "rm -r $dir"; 185 # do an ls of the directory before starting 186 # print "directory listing for $dir\n"; 187 # system "ls $dir"; 188 189 my $command = "rm -rf $dir"; 186 190 unless ($no_update) { 187 191 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
Note:
See TracChangeset
for help on using the changeset viewer.
