Update temp.inc.sh
This commit is contained in:
@@ -261,7 +261,7 @@ CHECKTEMP(){
|
||||
if [ ${#M} -lt 3 ]; then
|
||||
echo -n "${#M} "
|
||||
c=0; spc1=`expr ${#M} - 1`
|
||||
until [ ${c} = ${spc1} ] || [ ${c} -eq 0 ]; do
|
||||
until [ ${c} = ${spc1} ] || [ ${#M} -eq 1 ]; do
|
||||
echo -n " "
|
||||
((c++))
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user