From 382ebe8f2beed1fe09618143612f6cd460f55615 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Fri, 17 Mar 2006 13:55:12 +0000 Subject: [PATCH] case sensitive --- commands/scripts/postinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.44.0