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 #!/bin/sh
echo -n "Would you like to install binary packages from the CD? (y/N) " echo -n "Would you like to install binary packages from the CD? (y/N) "
read y read y
if [ "$y" = y ] if [ "$y" = y -o "$y" = Y ]
then echo "Ok, showing you a list of packages, please type y" then echo "Ok, showing you a list of packages, please type y"
echo "for every package you want installed." echo "for every package you want installed."
/usr/bin/packme /usr/bin/packme