use make-dir function rather than mkdir
authorRalph Ronnquist <ralph.ronnquist@gmail.com>
Mon, 30 May 2022 02:29:14 +0000 (12:29 +1000)
committerRalph Ronnquist <ralph.ronnquist@gmail.com>
Mon, 30 May 2022 02:29:14 +0000 (12:29 +1000)
enitool.lsp

index e67bb1cbf52af0b63f0f2758391cd22f9af59691..21508a9e6e3c23339f09b02c9e02088976ad7ca8 100755 (executable)
                 "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))