...and make it a valid option

This commit is contained in:
Salt 2020-12-04 06:21:56 -06:00
parent 14aea7682b
commit 6a3344deea

View File

@ -325,7 +325,7 @@ main() {
# Parse out arguments # Parse out arguments
while [ -n "$1" ]; do while [ -n "$1" ]; do
# Parse out flags # Parse out flags
while getopts ":cdhv" opt; do while getopts ":bcdhv" opt; do
case $opt in case $opt in
b) b)
_optconfigure=1 _optconfigure=1