summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--release/extract.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/extract.sh b/release/extract.sh
index fed2c0d..83d9209 100644
--- a/release/extract.sh
+++ b/release/extract.sh
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id$
+# $Id: extract.sh,v 1.5 1994/11/10 02:24:47 phk Exp $
DDIR=/
@@ -18,8 +18,8 @@ fi
for i in *.aa
do
b=`basename $i .aa`
- echo "Extracting $b"
if [ "$b" != bin_tgz ] ; then
+ echo "Extracting $b"
cat $b.?? | zcat | ( cd $DDIR ; tar xf - )
fi
done
OpenPOWER on IntegriCloud