projects
/
rrq
/
newlisp-ftw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55d0655
)
use make-dir function rather than mkdir
author
Ralph Ronnquist
<ralph.ronnquist@gmail.com>
Mon, 30 May 2022 02:29:14 +0000
(12:29 +1000)
committer
Ralph Ronnquist
<ralph.ronnquist@gmail.com>
Mon, 30 May 2022 02:29:14 +0000
(12:29 +1000)
enitool.lsp
patch
|
blob
|
history
diff --git
a/enitool.lsp
b/enitool.lsp
index e67bb1cbf52af0b63f0f2758391cd22f9af59691..21508a9e6e3c23339f09b02c9e02088976ad7ca8 100755
(executable)
--- a/
enitool.lsp
+++ b/
enitool.lsp
@@
-144,7
+144,7
@@
"enitool" FILE (int POS) FILE)))
(change-dir "/etc/network")
-(
exec (format "/bin/mkdir -m 777 -p /tmp/enitool")
)
+(
make-dir "/tmp/enitool"
)
(while PATH
(if (apply iselect (PATH 0))