From b0a330f380e7bebe6c03bebccd876abc38346493 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bar=C4=B1=C5=9F=20Metin?= Date: Fri, 2 Jul 2010 18:27:14 +0200 Subject: [PATCH] print the whole command --- scripts/git-mirror.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 () { -- 2.47.0