Release only when specified what to release

This commit is contained in:
Nico Schottelius 2006-01-13 23:50:32 +01:00
parent 4c083a7445
commit 05599291c7
2 changed files with 5 additions and 0 deletions

0
conf/sources/fehler Normal file → Executable file
View File

View File

@ -1,3 +1,8 @@
if [ $# -ne 1 ]; then
echo "$0: ccollect dir"
exit 23
fi
NAME=$1
TARNAME=${NAME}.tar.bz2