case sensitive

This commit is contained in:
Ben Gras 2006-03-17 13:55:12 +00:00
parent c37acca419
commit 382ebe8f2b

View 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