diff options
-rw-r--r-- | src/opkbuild.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opkbuild.sh b/src/opkbuild.sh index 8621051..804d97f 100644 --- a/src/opkbuild.sh +++ b/src/opkbuild.sh @@ -106,7 +106,7 @@ main() get_options() { # Parse and handle command-line options. - while getopts 'bBASFT:a:P:Ddr:hV' opt; do + while getopts 'bBASFT:a:P:DdCcr:hV' opt; do case "${opt}" in b) if [ -n "${OPT_BUILD}" ]; then |