Release only when specified what to release
This commit is contained in:
parent
4c083a7445
commit
05599291c7
2 changed files with 5 additions and 0 deletions
0
conf/sources/fehler
Normal file → Executable file
0
conf/sources/fehler
Normal file → Executable file
|
@ -1,3 +1,8 @@
|
|||
if [ $# -ne 1 ]; then
|
||||
echo "$0: ccollect dir"
|
||||
exit 23
|
||||
fi
|
||||
|
||||
NAME=$1
|
||||
TARNAME=${NAME}.tar.bz2
|
||||
|
||||
|
|
Loading…
Reference in a new issue