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