Don't echo and grep

This commit is contained in:
Ben Gras 2006-03-17 14:02:17 +00:00
parent d142190ae1
commit 4cdc27d7dc

View file

@ -28,8 +28,7 @@ then pack=${cddrive}p2
then
cd $CDPACK
for package in `ls *.tar.bz`
do echo $package
grep $package List
do grep $package List
echo -n "Install $package (y/N) ? "
read y
if [ "$y" = y -o "$y" = Y ]