diff options
author | Kurt J. Bosch <kjb-temp-2009@alpenjodel.de> | 2011-07-12 09:49:58 +0200 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2011-07-17 21:38:00 +0200 |
commit | f5641931faa2f6cc29985d70b90cc79bf752d62e (patch) | |
tree | eb8830fa5dab3f0e959103baee18c689edc9cfb6 /functions | |
parent | 66dd870039a49348516fc68a7e515f370f6a4702 (diff) |
functions: Unify whitespace inside '(( ))'
Diffstat (limited to 'functions')
-rw-r--r-- | functions | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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="" |