From 3611ab27d3c1b27408582e0852270ed22b81e7ed Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 1 Apr 2014 17:21:58 +0200 Subject: [PATCH] bugfix --- lbuild-initvm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lbuild-initvm.sh b/lbuild-initvm.sh index e5a03afc..f224e9f7 100755 --- a/lbuild-initvm.sh +++ b/lbuild-initvm.sh @@ -816,7 +816,7 @@ function main () { MEMORY=$(($MEMORY * 1024)) # the set of preinstalled packages - depends on mode - if [ -z "$PREINSTALLED"] ; then + if [ -z "$PREINSTALLED" ] ; then if [ -n "$BUILD_MODE" ] ; then PREINSTALLED=devel.pkgs else -- 2.43.0