*** empty log message ***

This commit is contained in:
Ben Gras 2006-03-17 14:46:38 +00:00
parent 5583cdc48f
commit 0275fbcd31

View file

@ -41,7 +41,7 @@ then pack=${cddrive}p2
read y
if [ "$y" = y -o "$y" = Y ]
then echo "Installing $srcarc into $SRC."
smallbunzip2 "$srcarc" | (cd $SRC && tar xf - )
smallbunzip2 -dc "$srcarc" | (cd $SRC && tar xf - )
fi
fi
fi