From: Ralph Ronnquist Date: Mon, 30 May 2022 02:25:29 +0000 (+1000) Subject: use exec for mkdir X-Git-Url: https://git.rrq.au/?a=commitdiff_plain;h=55d0655dab306081172b7c970b000c727f3d4309;hp=71c270a6ecaed90fb3801c613f7314c00c4de07a;p=rrq%2Fnewlisp-ftw.git use exec for mkdir --- diff --git a/enitool.lsp b/enitool.lsp index 6e72882..e67bb1c 100755 --- 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))