Update temp.inc.sh
This commit is contained in:
@@ -228,7 +228,7 @@ CHECKTEMP(){
|
||||
fws=10
|
||||
tmp="${spca}${average_disp}${GAUGESH}"
|
||||
else
|
||||
fws=$(expr 21 - $(expr ${#PW_TEMPIND_RANGE[@]} * 2))
|
||||
fws=$(expr 21 - $(expr ${#PW_TEMPIND_RANGE[@]} \* 2))
|
||||
tmp="${spct}${temp_f_disp}${GAUGESH}"
|
||||
fi
|
||||
c=0; spc=''; spc1=`expr ${fws} - ${#tmp}`; until [ ${c} = ${spc1} ]; do spc="${spc} "; ((c++)); done
|
||||
|
||||
Reference in New Issue
Block a user