IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 35388


Ignore:
Timestamp:
Apr 10, 2013, 11:00:49 AM (13 years ago)
Author:
bills
Message:

ignore errors when removing the working directory

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pstamp/scripts/pstamp_cleanup.pl

    r34231 r35388  
    183183    }
    184184
    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";
    186190    unless ($no_update) {
    187191        my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
Note: See TracChangeset for help on using the changeset viewer.