Added parsing of the new flags.
This commit is contained in:
parent
1a731f48b2
commit
c6ffbb0294
|
@ -99,7 +99,7 @@ exzip_compress=false
|
|||
gzip_compress=false
|
||||
prep=false
|
||||
|
||||
while getopts ":sdrpzh" opt; do
|
||||
while getopts ":sdrpxezh" opt; do
|
||||
case "${opt}" in
|
||||
s) should_skip_autoexpand=true ;;
|
||||
d) debug=true;;
|
||||
|
|
Loading…
Reference in New Issue