summaryrefslogtreecommitdiffstats
path: root/hudson-builds/funcs_promotion.sh
diff options
context:
space:
mode:
Diffstat (limited to 'hudson-builds/funcs_promotion.sh')
-rwxr-xr-xhudson-builds/funcs_promotion.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/hudson-builds/funcs_promotion.sh b/hudson-builds/funcs_promotion.sh
index 6a2427e..44be6ae 100755
--- a/hudson-builds/funcs_promotion.sh
+++ b/hudson-builds/funcs_promotion.sh
@@ -141,11 +141,11 @@ function prom_extract() {
shift
local OK=0
- 7z x $zfile && OK=1
+ 7z x $zfile $* && OK=1
if [ $OK -eq 0 ] ; then
- echo ERROR in 7z file $zfile
+ echo ERROR in 7z file $zfile $*
else
- echo OK 7z file $zfile
+ echo OK 7z file $zfile $*
fi
}