From: Ondics Githubler Date: Tue, 29 May 2012 17:34:14 +0200 Subject: [PATCH] Option "C" ist shown in usage() and implemented, but was missing in getopts. Added "C". Signed-off-by: Martin Jansa Signed-off-by: Richard Purdie --- opkg-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opkg-build b/opkg-build index 012afd3..485897a 100755 --- a/opkg-build +++ b/opkg-build @@ -160,7 +160,7 @@ outer=ar noclean=0 opkext=0 usage="Usage: $0 [-c] [-C] [-O] [-o owner] [-g group] []" -while getopts "cg:ho:vO" opt; do +while getopts "cCg:ho:vO" opt; do case $opt in o ) owner=$OPTARG ogargs="--owner=$owner"