summaryrefslogtreecommitdiffstats
path: root/scripts/send-pull-request
diff options
context:
space:
mode:
authorDexuan Cui <dexuan.cui@intel.com>2011-06-02 15:56:18 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-06-02 14:55:56 +0100
commit7866ae040071b366397cb07ca4d91ac191cbcdb0 (patch)
tree2208823cc988d31929f3e46efeb6a3b32d92d9e6 /scripts/send-pull-request
parentdba1a791a5b14cc3cf35c55268276d1aec873c27 (diff)
downloadast2050-yocto-poky-7866ae040071b366397cb07ca4d91ac191cbcdb0.zip
ast2050-yocto-poky-7866ae040071b366397cb07ca4d91ac191cbcdb0.tar.gz
send-pull-request: fix a small typo that fails the script
(From OE-Core rev: 8a1266d49b9c23bfe3fb454f34524869ac9725b2) Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/send-pull-request')
-rwxr-xr-xscripts/send-pull-request2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/send-pull-request b/scripts/send-pull-request
index 5dfc246..4904a0d 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"
OpenPOWER on IntegriCloud