...and make it a valid option
This commit is contained in:
parent
14aea7682b
commit
6a3344deea
@ -325,7 +325,7 @@ main() {
|
||||
# Parse out arguments
|
||||
while [ -n "$1" ]; do
|
||||
# Parse out flags
|
||||
while getopts ":cdhv" opt; do
|
||||
while getopts ":bcdhv" opt; do
|
||||
case $opt in
|
||||
b)
|
||||
_optconfigure=1
|
||||
|
Loading…
Reference in New Issue
Block a user