From: Ben Gras Date: Fri, 17 Mar 2006 13:55:12 +0000 (+0000) Subject: case sensitive X-Git-Tag: v3.1.2a~196 X-Git-Url: http://zhaoyanbai.com/repos/Bv9ARM.ch08.html?a=commitdiff_plain;h=382ebe8f2beed1fe09618143612f6cd460f55615;p=minix.git case sensitive --- diff --git a/commands/scripts/postinstall.sh b/commands/scripts/postinstall.sh index ffe8e986f..e831e0daf 100644 --- a/commands/scripts/postinstall.sh +++ b/commands/scripts/postinstall.sh @@ -1,7 +1,7 @@ #!/bin/sh echo -n "Would you like to install binary packages from the CD? (y/N) " read y -if [ "$y" = y ] +if [ "$y" = y -o "$y" = Y ] then echo "Ok, showing you a list of packages, please type y" echo "for every package you want installed." /usr/bin/packme