From f418efcd6d156d64f5e339a0b76613317bfd2368 Mon Sep 17 00:00:00 2001
From: P. J. McDermott <pjm@nac.net>
Date: Thu, 02 Aug 2012 13:29:40 -0400
Subject: Add missing (no-)clean options to getopts operand.

---
(limited to 'src')

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
--
cgit v0.9.1