From: Thierry Parmentelat Date: Tue, 1 Apr 2014 15:21:58 +0000 (+0200) Subject: bugfix X-Git-Tag: 5.3.4~16 X-Git-Url: http://git.onelab.eu/?p=build.git;a=commitdiff_plain;h=3611ab27d3c1b27408582e0852270ed22b81e7ed bugfix --- 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