aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-04-01 14:36:37 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-04-01 15:56:45 -0700
commit09593b22ed34fd81d4d439970a4c3ee28952eb50 (patch)
tree67461851100e39027e4f1d5b474583143d2ab783
parent7174cca4f9fe09271bc9b4bf3ce7ecc2b4fe1639 (diff)
downloadconsfigurator-09593b22ed34fd81d4d439970a4c3ee28952eb50.tar.gz
WRITEFILE: use RUN because stdout is what our regexp can parse
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
-rw-r--r--src/connection.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/connection.lisp b/src/connection.lisp
index d1fe24c..7c0e3d5 100644
--- a/src/connection.lisp
+++ b/src/connection.lisp
@@ -408,7 +408,7 @@ PATH may be any kind of file, including directories."
(re:register-groups-bind
(((lambda (s) (delete #\- s)) umode gmode omode) uid gid)
(#?/^.(...)(...)(...).[0-9]+ ([0-9]+) ([0-9]+) /
- (mrun "ls" "-nd" pathname) :sharedp t)
+ (run "ls" "-nd" pathname) :sharedp t)
(connection-writefile *connection*
namestring
content