]> Zhao Yanbai Git Server - minix.git/commitdiff
case sensitive
authorBen Gras <ben@minix3.org>
Fri, 17 Mar 2006 13:55:12 +0000 (13:55 +0000)
committerBen Gras <ben@minix3.org>
Fri, 17 Mar 2006 13:55:12 +0000 (13:55 +0000)
commands/scripts/postinstall.sh

index ffe8e986f640672adcf467c01f7d3ef5df0afe45..e831e0daf661b5715cfe06ee06fec910b4f8afcd 100644 (file)
@@ -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