diff options
author | Claudio Fontana <sick_soul@users.sourceforge.net> | 2006-01-24 00:03:38 +0000 |
---|---|---|
committer | Claudio Fontana <sick_soul@users.sourceforge.net> | 2006-01-24 00:03:38 +0000 |
commit | 7ea1831bf1d15b4e4d0bd8d8034d9b0c24e01617 (patch) | |
tree | f335faf63134a2e0c5d7f350bd96d46328ca84b4 /distribute.sh | |
parent | c812cea343b752acc4e24fb36b340130212cf864 (diff) | |
download | idutils-7ea1831bf1d15b4e4d0bd8d8034d9b0c24e01617.tar.gz idutils-7ea1831bf1d15b4e4d0bd8d8034d9b0c24e01617.tar.bz2 idutils-7ea1831bf1d15b4e4d0bd8d8034d9b0c24e01617.zip |
* generalize distribute scriptIDUTILS-4_1rc3
Diffstat (limited to 'distribute.sh')
-rwxr-xr-x | distribute.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/distribute.sh b/distribute.sh index 52ba16d..314cdd8 100755 --- a/distribute.sh +++ b/distribute.sh @@ -1,6 +1,6 @@ #! /bin/sh -SRC_NAME=idutils-4.0 +SRC_NAME=$1 gpg -b --yes $SRC_NAME.tar.gz |