...and make it a valid option

This commit is contained in:
Salt 2020-12-04 06:21:56 -06:00
parent 14aea7682b
commit 6a3344deea
1 changed files with 1 additions and 1 deletions

View File

@ -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