Index: /tags/ipp-20130307/pstamp/scripts/pstamp_cleanup.pl
===================================================================
--- /tags/ipp-20130307/pstamp/scripts/pstamp_cleanup.pl	(revision 35385)
+++ /tags/ipp-20130307/pstamp/scripts/pstamp_cleanup.pl	(revision 35386)
@@ -183,5 +183,9 @@
     }
 
-    my $command = "rm -r $dir";
+    # do an ls of the directory before starting
+#    print "directory listing for $dir\n";
+#    system "ls $dir";
+
+    my $command = "rm -rf $dir";
     unless ($no_update) {
         my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
