aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-06-07 11:21:22 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-06-07 16:13:31 -0700
commitfc3fa23561c91aaa1e48a8ca21ade1bdc8546cb4 (patch)
tree00927d83a95e9ccca269fe3bda352c56e7a67af4 /src
parente3d4b10253cf39abf66198a2c0bc5b843f47380f (diff)
downloadconsfigurator-fc3fa23561c91aaa1e48a8ca21ade1bdc8546cb4.tar.gz
APT::WITH-CHANGES-DPKG-STATUS: use &BODY
No functional change. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src')
-rw-r--r--src/property/apt.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/property/apt.lisp b/src/property/apt.lisp
index 12fae2e..94d5e86 100644
--- a/src/property/apt.lisp
+++ b/src/property/apt.lisp
@@ -27,7 +27,7 @@
(updated)
,form)))
-(defmacro with-changes-dpkg-status (&rest forms)
+(defmacro with-changes-dpkg-status (&body forms)
`(with-change-if-changes-file-content ("/var/lib/dpkg/status") ,@forms))
(define-constant +sections+ '("main" "contrib" "non-free") :test #'equal)