]> Zhao Yanbai Git Server - minix.git/commitdiff
Blank line for home size confirming
authorBen Gras <ben@minix3.org>
Mon, 26 Sep 2005 11:34:57 +0000 (11:34 +0000)
committerBen Gras <ben@minix3.org>
Mon, 26 Sep 2005 11:34:57 +0000 (11:34 +0000)
commands/scripts/setup.sh

index c6a0a12609da78354bf3c2aa35314533e72ac8d1..b5029d8d0cab17e63d52acc8ff0eb71c1f4f4d13 100755 (executable)
@@ -428,6 +428,7 @@ echo " --- Step 6: Select the size of /home ----------------------------------"
                        then    echo "That won't fit!"
                                homesize=""
                        else
+                               echo ""
                                echo -n "$homesize MB Ok? [Y] "
                                read ok
                                [ "$ok" = Y -o "$ok" = y -o "$ok" = "" ] || homesize=""