rmdir ignore exit now stable
authorroot@ip6-localhost
Wed, 20 Jan 2010 17:04:51 +0100
branchstable
changeset 24 4f02da942905
parent 23 51b7cdbc9eb8
child 25 8242547f4965
rmdir ignore exit now
si
--- a/si	Wed Jan 20 16:50:55 2010 +0100
+++ b/si	Wed Jan 20 17:04:51 2010 +0100
@@ -78,7 +78,7 @@
 
     SI::dumper::dump("$dir/dump/%s", %devices);
 
-    run("rmdir ../* 2>/dev/null");
+    system("rmdir ../* 2>/dev/null");
     run("sync");
     exit;