aboutsummaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
authorKurt J. Bosch <kjb-temp-2009@alpenjodel.de>2011-07-12 09:49:58 +0200
committerTom Gundersen <teg@jklm.no>2011-07-17 21:38:00 +0200
commitf5641931faa2f6cc29985d70b90cc79bf752d62e (patch)
treeeb8830fa5dab3f0e959103baee18c689edc9cfb6 /functions
parent66dd870039a49348516fc68a7e515f370f6a4702 (diff)
downloadinitscripts-f5641931faa2f6cc29985d70b90cc79bf752d62e.tar.xz
functions: Unify whitespace inside '(( ))'
Diffstat (limited to 'functions')
-rw-r--r--functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions b/functions
index 8c0d3a2..ff9a05c 100644
--- a/functions
+++ b/functions
@@ -39,7 +39,7 @@ calc_columns () {
if [[ -t 1 ]]; then
SAVE_POSITION="\e[s"
RESTORE_POSITION="\e[u"
- DEL_TEXT="\e[$((STAT_COL+4))G"
+ DEL_TEXT="\e[$(( STAT_COL + 4 ))G"
else
SAVE_POSITION=""
RESTORE_POSITION=""