Fixed intend fuck-up.
This commit is contained in:
parent
6df5932a0b
commit
04bedd0e25
1 changed files with 26 additions and 26 deletions
52
src/pizza
52
src/pizza
|
@ -27,32 +27,32 @@ fi
|
|||
|
||||
while getopts "plbchm:s:" opt; do
|
||||
case ${opt} in
|
||||
p )
|
||||
: ${PIZZAART:="pizza"}
|
||||
;;
|
||||
l )
|
||||
: ${PIZZAART:="heart"}
|
||||
;;
|
||||
b )
|
||||
: ${PIZZAART:="birthdaycake"}
|
||||
;;
|
||||
c )
|
||||
: ${PIZZAART:="christmastree"}
|
||||
;;
|
||||
m )
|
||||
PIZZARCV="${OPTARG}"
|
||||
;;
|
||||
s )
|
||||
PIZZASEND="${OPTARG}"
|
||||
;;
|
||||
h )
|
||||
help
|
||||
exit 0
|
||||
;;
|
||||
\?)
|
||||
help
|
||||
exit 1
|
||||
;;
|
||||
p )
|
||||
: ${PIZZAART:="pizza"}
|
||||
;;
|
||||
l )
|
||||
: ${PIZZAART:="heart"}
|
||||
;;
|
||||
b )
|
||||
: ${PIZZAART:="birthdaycake"}
|
||||
;;
|
||||
c )
|
||||
: ${PIZZAART:="christmastree"}
|
||||
;;
|
||||
m )
|
||||
PIZZARCV="${OPTARG}"
|
||||
;;
|
||||
s )
|
||||
PIZZASEND="${OPTARG}"
|
||||
;;
|
||||
h )
|
||||
help
|
||||
exit 0
|
||||
;;
|
||||
\?)
|
||||
help
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
done
|
||||
|
||||
|
|
Loading…
Reference in a new issue