From: Ben Gras Date: Mon, 26 Sep 2005 11:34:57 +0000 (+0000) Subject: Blank line for home size confirming X-Git-Tag: v3.1.0~10 X-Git-Url: http://zhaoyanbai.com/repos/?a=commitdiff_plain;h=8852f5464e7f654099cbacbd13e4ad4672602251;p=minix.git Blank line for home size confirming --- diff --git a/commands/scripts/setup.sh b/commands/scripts/setup.sh index c6a0a1260..b5029d8d0 100755 --- a/commands/scripts/setup.sh +++ b/commands/scripts/setup.sh @@ -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=""