From 59004c22f11bb4422658e4ae92ead10d42f590fb Mon Sep 17 00:00:00 2001 From: Ralph Ronnquist Date: Mon, 30 May 2022 12:29:14 +1000 Subject: [PATCH] use make-dir function rather than mkdir --- enitool.lsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.39.2