Fix typo
This commit is contained in:
parent
c86a2c0f49
commit
8b89f32724
|
@ -222,7 +222,7 @@ calcHeightWhiptail() {
|
||||||
calcHeightDialog() {
|
calcHeightDialog() {
|
||||||
newlines=$(echo -ne "$1" | grep -c $'\n')
|
newlines=$(echo -ne "$1" | grep -c $'\n')
|
||||||
strlen=$((${#1}-1))
|
strlen=$((${#1}-1))
|
||||||
width=$(($3-4))
|
width=$(($2-4))
|
||||||
height=$(echo "$strlen" "$((newlines-1))" "$width" | awk '{
|
height=$(echo "$strlen" "$((newlines-1))" "$width" | awk '{
|
||||||
z = ($1 - $2) / $3
|
z = ($1 - $2) / $3
|
||||||
y = (z == int(z)) ? int(z) : int(z) + 1
|
y = (z == int(z)) ? int(z) : int(z) + 1
|
||||||
|
|
Loading…
Reference in New Issue