From: Ben Gras Date: Tue, 13 Sep 2005 09:33:22 +0000 (+0000) Subject: ast@'s microbug X-Git-Tag: v3.1.0~106 X-Git-Url: http://zhaoyanbai.com/repos/?a=commitdiff_plain;h=540d299088fe19167be2246b99bc3121771e8b7e;p=minix.git ast@'s microbug --- diff --git a/commands/scripts/setup.sh b/commands/scripts/setup.sh index cee41d0c3..f298fe609 100755 --- a/commands/scripts/setup.sh +++ b/commands/scripts/setup.sh @@ -211,7 +211,7 @@ do echo " (B)inary install (only basic sources) ($NOSRCMB MB required)" echo " (S)ource install (full install) ($TOTALMB MB required)" echo " " - echo -n "Basic (B)inary or Full (S)ource install? [S] " + echo -n "Basic (B)inary or full (S)ource install? [S] " read conf case "$conf" in "") step3="ok"; nobigsource="" ;;