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