mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-18 08:52:42 +01:00
Move the echo to the right place in case the bindist has already extracted.
This commit is contained in:
parent
ffc232881f
commit
830d93f8fd
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4333
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user