[arch-projects] [initscripts] [PATCH 13/13] functions: Unify whitespace inside '(( ))'

Kurt J. Bosch kjb-temp-2009 at alpenjodel.de
Tue Jul 12 04:58:38 EDT 2011


---
 functions |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/functions b/functions
index 1414ac8..6d4ec05 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=""
-- 
1.7.1



More information about the arch-projects mailing list