fix variation option
This commit is contained in:
parent
1396ac8d32
commit
a5532564ac
1 changed files with 1 additions and 1 deletions
2
pizza.sh
2
pizza.sh
|
@ -30,7 +30,7 @@ function pizzarecipe {
|
|||
sed -n "/\[$RECIPE:instructions:$VARIATION\]/,/^$/p" "$PWD/pizza.txt" | sed '/\[*.\]/d'
|
||||
}
|
||||
|
||||
while getopts ":hrR:f:" option; do # loop through options, casing them
|
||||
while getopts ":hrv:R:f:" option; do # loop through options, casing them
|
||||
case $option in
|
||||
h)
|
||||
pizzahelp
|
||||
|
|
Loading…
Add table
Reference in a new issue