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:
71c270a
)
use exec for mkdir
author
Ralph Ronnquist
<ralph.ronnquist@gmail.com>
Mon, 30 May 2022 02:25:29 +0000
(12:25 +1000)
committer
Ralph Ronnquist
<ralph.ronnquist@gmail.com>
Mon, 30 May 2022 02:25:29 +0000
(12:25 +1000)
enitool.lsp
patch
|
blob
|
history
diff --git
a/enitool.lsp
b/enitool.lsp
index 6e72882f6f7d93f642a3ecfcddaa745e9475fa82..e67bb1cbf52af0b63f0f2758391cd22f9af59691 100755
(executable)
--- a/
enitool.lsp
+++ b/
enitool.lsp
@@
-144,7
+144,7
@@
"enitool" FILE (int POS) FILE)))
(change-dir "/etc/network")
-(
wait-pid (process (format "mkdir -m 777 -p /tmp/enitool")
))
+(
exec (format "/bin/mkdir -m 777 -p /tmp/enitool"
))
(while PATH
(if (apply iselect (PATH 0))