From 5faab2229e59bb6217c97b7b16f2c526c525f6ed Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Thu, 1 Jun 2006 21:09:55 +0000 Subject: [PATCH] Removed personal debug code. --- common/progress_bar.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/progress_bar.sh b/common/progress_bar.sh index 838f573..353abed 100755 --- a/common/progress_bar.sh +++ b/common/progress_bar.sh @@ -9,7 +9,7 @@ set -e if [ ! -f $1 ] ; then while [ -d /proc/$2 ] ; do - echo -n "$2 " + echo -n "." sleep 1 done fi