From: Dexuan Cui Date: Thu, 2 Jun 2011 07:56:18 +0000 (+0800) Subject: send-pull-request: fix a small typo that fails the script X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7866ae040071b366397cb07ca4d91ac191cbcdb0;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git send-pull-request: fix a small typo that fails the script (From OE-Core rev: 8a1266d49b9c23bfe3fb454f34524869ac9725b2) Signed-off-by: Dexuan Cui Signed-off-by: Richard Purdie --- diff --git a/scripts/send-pull-request b/scripts/send-pull-request index 5dfc246c340..4904a0d01ca 100755 --- a/scripts/send-pull-request +++ b/scripts/send-pull-request @@ -73,7 +73,7 @@ while getopts "achp:t:" OPT; do a) AUTO_CL=1 # Fall through to include -c - ;& + ;; c) AUTO=1 GITSOBCC="--signed-off-by-cc"