diff options
author | P. J. McDermott <pjm@nac.net> | 2012-08-02 13:29:40 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-08-02 13:30:25 (EDT) |
commit | f418efcd6d156d64f5e339a0b76613317bfd2368 (patch) | |
tree | 6be4b33187156553b29ba1ddfa7cd3450d8137c5 | |
parent | c1d4f0e4c9a6526ff0111cac29811c1f1a1d0f20 (diff) |
Add missing (no-)clean options to getopts operand.
-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 |