Fixed tar file generation.
1 parent cda3f3a commit e20e9990eed889f7d52f869642fd849f4ef943b7
@tundra tundra authored on 17 Jul 2001
Showing 1 changed file
View
4
mkhb
#!/bin/sh
# $Id: mkhb,v 1.4 2001/07/17 19:05:52 tundra Exp $
# $Id: mkhb,v 1.5 2001/07/17 19:11:40 tundra Exp $
 
FILES="Makefile hb.py hb.txt 0-StartHere.txt 1-HB-License.txt \
2-HowToUse.txt 3-UnderTheHood.txt \
4-Limitations-Enhancements.txt"
mkdir $DIR
co -r$1 $FILES
mv $FILES $DIR
rlog hb.py >$DIR/CHANGELOG
tar -czvf hb-$1.tar.gz
tar -czvf hb-$1.tar.gz hb-$1