Update temp.inc.sh

This commit is contained in:
2024-05-12 17:26:26 -05:00
parent b78781c109
commit ade277e72b

View File

@@ -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