aboutsummaryrefslogtreecommitdiff
path: root/src/property/chroot.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-04-26 16:08:26 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-04-26 16:09:20 -0700
commitef987f23559e424ab37199c182d2450aa2d40f76 (patch)
tree623277d81307537948a0a8f316c1e1cffeb3e5e1 /src/property/chroot.lisp
parenteb259a86f079f5b91d0926c5c0779636cef49450 (diff)
downloadconsfigurator-ef987f23559e424ab37199c182d2450aa2d40f76.tar.gz
define UNION-PROPSPEC-INTO-HOST for null second argument
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/property/chroot.lisp')
-rw-r--r--src/property/chroot.lisp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/property/chroot.lisp b/src/property/chroot.lisp
index 4ae4307..994e548 100644
--- a/src/property/chroot.lisp
+++ b/src/property/chroot.lisp
@@ -61,9 +61,7 @@
(defproplist os-bootstrapped-for :lisp
(options root host &optional additional-properties
&aux
- (host (if additional-properties
- (union-propspec-into-host host additional-properties)
- host))
+ (host (union-propspec-into-host host additional-properties))
(child-host
(make-child-host
:hostattrs (hostattrs host)