summaryrefslogtreecommitdiffstats
path: root/deployment
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-11-24 03:53:06 +0100
committerSven Gothel <[email protected]>2010-11-24 03:53:06 +0100
commitd70ec015fc7a335361aa6b73ffbbea107178cad2 (patch)
treec883d6918125ae9e784fb0921f92a6159b75c602 /deployment
parentdea8324216dd883428f31441923dd19aee608c84 (diff)
Prep repack/sign/pack (3)
Diffstat (limited to 'deployment')
-rwxr-xr-xdeployment/funcs_jars_pack_sign.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/deployment/funcs_jars_pack_sign.sh b/deployment/funcs_jars_pack_sign.sh
index deff4a9..5b2a1dd 100755
--- a/deployment/funcs_jars_pack_sign.sh
+++ b/deployment/funcs_jars_pack_sign.sh
@@ -81,8 +81,7 @@ shift
storepass=$1
shift
-signarg=$1
-shift
+signarg="$*"
if [ -z "$wsdir" -o -z "$keystore" -o -z "$storepass" ] ; then
echo "usage $0 webstartdir pkcs12-keystore storepass [signarg]"