...and make it a valid option
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user