summaryrefslogtreecommitdiff
path: root/utils.sh
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2011-04-03 05:19:24 -0700
committerAndreas Maunz <andreas@maunz.de>2011-04-03 05:19:24 -0700
commitb31f88768ca16b1a7947e4ec8a314ab855fe7ee2 (patch)
treec7f2072fb46feb83a01bd7283d528096e73f4679 /utils.sh
parent74f0cf426d88a08e916fe5b8c69489cd6ce36567 (diff)
Nicer format
Diffstat (limited to 'utils.sh')
-rw-r--r--utils.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/utils.sh b/utils.sh
index 19b047a..a2b9153 100644
--- a/utils.sh
+++ b/utils.sh
@@ -16,7 +16,6 @@ run_cmd ()
local title="$2"
local len=`echo "$title" | wc -c`
len=$((40-$len))
- local format = "%""$len""s"
echo -n "$title"
if ! eval $cmd >>$LOG 2>&1 ; then