From: Ben Gras Date: Fri, 17 Mar 2006 14:46:38 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v3.1.2a~192 X-Git-Url: http://zhaoyanbai.com/repos/?a=commitdiff_plain;h=0275fbcd31690defde8c85f3901a56b67356600f;p=minix.git *** empty log message *** --- diff --git a/commands/scripts/packme.sh b/commands/scripts/packme.sh index 618588e37..7578656f7 100644 --- a/commands/scripts/packme.sh +++ b/commands/scripts/packme.sh @@ -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