Changeset 35396
- Timestamp:
- Apr 12, 2013, 11:00:09 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
r35388 r35396 192 192 run(command => $command, verbose => $verbose); 193 193 unless ($success) { 194 my $rc = $error_code >> 8; 195 my_die("Unable to perform $command return status: $rc", $req_id, $rc); 194 if (-e $dir) { 195 my $rc = $error_code >> 8; 196 my_die("Unable to perform $command return status: $rc", $req_id, $rc); 197 } else { 198 print STDERR "rm claimed to fail but directory no longer exists\n"; 199 } 196 200 } 197 201 } else {
Note:
See TracChangeset
for help on using the changeset viewer.
