summaryrefslogtreecommitdiff
path: root/utils.sh
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2011-04-03 05:20:40 -0700
committerAndreas Maunz <andreas@maunz.de>2011-04-03 05:20:40 -0700
commit9a7e1a42db5cc0ab55837560dc0c8f341231655f (patch)
tree2fce94a8b6f7d4e47873629f305bfeec65164870 /utils.sh
parentb31f88768ca16b1a7947e4ec8a314ab855fe7ee2 (diff)
Nicer format 4
Diffstat (limited to 'utils.sh')
-rw-r--r--utils.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils.sh b/utils.sh
index a2b9153..a9d6d66 100644
--- a/utils.sh
+++ b/utils.sh
@@ -22,7 +22,7 @@ run_cmd ()
printf "%$(len)s\n" "'$title'" "FAIL"
exit 1
fi
- printf "$format\n" "'$title'" "DONE"
+ printf "%$(len)s\n" "'$title'" "DONE"
}