bugfix
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Tue, 1 Apr 2014 15:21:58 +0000 (17:21 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Tue, 1 Apr 2014 15:21:58 +0000 (17:21 +0200)
lbuild-initvm.sh

index e5a03af..f224e9f 100755 (executable)
@@ -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