aboutsummaryrefslogtreecommitdiff
path: root/src/property/file.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/property/file.lisp')
-rw-r--r--src/property/file.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/property/file.lisp b/src/property/file.lisp
index 0cae1c1..287c345 100644
--- a/src/property/file.lisp
+++ b/src/property/file.lisp
@@ -320,7 +320,7 @@ commented out; the first commented or uncommented line for each key will be
uncommented and used to set the value, if it exists."
(:desc (format nil "~A has ~{~A ~A~^, ~}" file pairs))
(:apply (simple-conf-update file pairs
- :parse-kv #?/^(\S+) (.+)/
+ :parse-kv #?/^(\S+)\s+(.+)/
:new-kv (lambda (k v) #?"${k} ${v}"))))
(defprop contains-conf-equals :posix (file &rest pairs)