From cf55e4285e1e16933d9dc188e83e1d8121e09387 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Mon, 24 Jan 2022 23:50:42 -0300 Subject: [PATCH] Update calcWidthDialog() --- scripts/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/common.sh b/scripts/common.sh index 41cc900..5aebd94 100755 --- a/scripts/common.sh +++ b/scripts/common.sh @@ -196,7 +196,7 @@ calcWidthWhiptail() { calcWidthDialog() { str=$1; count=1; found=false; option=1 for (( i = 0; i < ${#str}; i++ )); do - if [ "${str:$i:1}" = '\' ] && [ "${str:$((i+1)):1}" = 'n' ]; then + if [ "${str:$i:1}" = "\\" ] && [ "${str:$((i+1)):1}" = "n" ]; then if [ $count -ge $option ]; then option=$count fi