From ade277e72b4e8f139c665221d855f641a3c3c51c Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 12 May 2024 17:26:26 -0500 Subject: [PATCH] Update temp.inc.sh --- inc/temp.inc.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/inc/temp.inc.sh b/inc/temp.inc.sh index d16ae7f0..aad2ccb0 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -261,7 +261,9 @@ CHECKTEMP(){ if [ ${#M} -lt 3 ]; then c=0; spc1=`expr ${#M} - 1` until [ ${c} = ${spc1} ]; do - echo -n " "; ((c++)) + echo -n "'${c}' - '${spc1}'" + echo -n " " + ((c++)) done fi