From: Ralph Ronnquist Date: Mon, 30 May 2022 02:29:14 +0000 (+1000) Subject: use make-dir function rather than mkdir X-Git-Url: https://git.rrq.au/?a=commitdiff_plain;h=59004c22f11bb4422658e4ae92ead10d42f590fb;p=rrq%2Fnewlisp-ftw.git use make-dir function rather than mkdir --- diff --git a/enitool.lsp b/enitool.lsp index e67bb1c..21508a9 100755 --- 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))