Option "C" ist shown in usage() and implemented, but was missing in getopts. Added "C".

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ondics Githubler
2012-05-29 17:34:14 +02:00
committed by Richard Purdie
parent 44df9dd3dc
commit 0dd51b9063

View File

@@ -160,7 +160,7 @@ outer=ar
noclean=0
opkext=0
usage="Usage: $0 [-c] [-C] [-O] [-o owner] [-g group] <pkg_directory> [<destination_directory>]"
while getopts "cg:ho:vO" opt; do
while getopts "cCg:ho:vO" opt; do
case $opt in
o ) owner=$OPTARG
ogargs="--owner=$owner"