Repaired intendation

This commit is contained in:
Oliver Rümpelein 2015-01-02 15:58:04 +01:00
parent 0cc2bc3919
commit 7f00520a25

View file

@ -33,11 +33,11 @@ while getopts "plbchm:s:" opt; do
l )
: ${PIZZAART:="heart"}
;;
b )
: ${PIZZAART:="birthdaycake"}
b )
: ${PIZZAART:="birthdaycake"}
;;
c )
: ${PIZZAART:="christmastree"}
: ${PIZZAART:="christmastree"}
;;
m )
PIZZARCV="${OPTARG}"
@ -66,4 +66,4 @@ if [ ! $PIZZARCV ]; then
fi
mail -s "${PIZZAUSER} sent you a ${PIZZAART} on ${PIZZAHOST}!" -S from=${PIZZASEND} ${PIZZARCV} < "${PIZZAINC}/${PIZZAART}"
exit 0
exit 0