From: Barış Metin Date: Fri, 2 Jul 2010 16:27:14 +0000 (+0200) Subject: print the whole command X-Git-Tag: foo~86^2~2 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=b0a330f380e7bebe6c03bebccd876abc38346493;p=infrastructure.git print the whole command --- diff --git a/scripts/git-mirror.sh b/scripts/git-mirror.sh index f60bd42..451c3a4 100755 --- a/scripts/git-mirror.sh +++ b/scripts/git-mirror.sh @@ -8,12 +8,12 @@ QUIET=0 function msg () { if [ $QUIET -eq 0 ] then - echo "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx $1" + echo "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx $@" fi } function error () { - echo "[ERROR] xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx $1" + echo "[ERROR] xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx $@" } function run () {