From: Faiyaz Ahmed Date: Thu, 26 Jun 2008 21:18:22 +0000 (+0000) Subject: Opt arg parsing for gpg and createrepo. X-Git-Tag: 4.2-rc21~36 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=4565ef1009f01e4fe7ff8cc7e4f76b37ae60a3d4;p=build.git Opt arg parsing for gpg and createrepo. --- diff --git a/vbuild-nightly.sh b/vbuild-nightly.sh index a9e5892c..d5295624 100755 --- a/vbuild-nightly.sh +++ b/vbuild-nightly.sh @@ -290,7 +290,7 @@ function main () { DRY_RUN= DO_BUILD=true DO_TEST=true - while getopts "f:d:p:b:t:r:s:x:c:w:m:OBTnv7a:i:" opt ; do + while getopts "f:d:p:b:t:r:s:x:c:w:y:g:um:OBTnv7a:i:" opt ; do case $opt in f) FCDISTRO=$OPTARG ;; d) PLDISTRO=$OPTARG ;;