fix prompt spacing
This commit is contained in:
parent
bcf0e5cf5c
commit
1d7320a617
1 changed files with 1 additions and 1 deletions
2
pizza.sh
2
pizza.sh
|
@ -97,6 +97,6 @@ case $1 in # this parses the first argument (and actually calls our main functio
|
|||
panarea;;
|
||||
*)
|
||||
read -p "Diameter of pan (in inches): " DIAM
|
||||
read -p "Flour per square inch[2.122]: " FSI
|
||||
read -p "Flour per square inch [2.122]: " FSI
|
||||
panarea;;
|
||||
esac
|
||||
|
|
Loading…
Add table
Reference in a new issue