added usbreset.lsp
[rrq/newlisp-ftw.git] / un-merge-usr.lsp
old mode 100644 (file)
new mode 100755 (executable)
index 4cb58f0..1187cd8
@@ -72,7 +72,7 @@
 
 # Ensure the root directories still/again exist 
 (dolist (D DIRS)
-  (! (format "/bin/touch %s /usr%s" D D)))
+  (! (format "/bin/mkdir -p %s /usr%s" D D)))
 
 (print "Push enter to reboot: ")
 (read-line)