summaryrefslogtreecommitdiffstats
path: root/scripts
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:50:52 +0100
commit8a1266d49b9c23bfe3fb454f34524869ac9725b2 (patch)
treed6c0663872839784a018cf687b904aeb83b8419c /scripts
parent874038469e28d011b60b2d4bfd5a6fada6e754c4 (diff)
downloadopenembedded-core-contrib-8a1266d49b9c23bfe3fb454f34524869ac9725b2.tar.gz
send-pull-request: fix a small typo that fails the script
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Diffstat (limited to 'scripts')
-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 5dfc246c34..4904a0d01c 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"