diff options
author | Dexuan Cui <dexuan.cui@intel.com> | 2011-06-02 15:56:18 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-02 14:55:56 +0100 |
commit | 7866ae040071b366397cb07ca4d91ac191cbcdb0 (patch) | |
tree | 2208823cc988d31929f3e46efeb6a3b32d92d9e6 /scripts/send-pull-request | |
parent | dba1a791a5b14cc3cf35c55268276d1aec873c27 (diff) | |
download | 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-x | scripts/send-pull-request | 2 |
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 | |||
73 | a) | 73 | a) |
74 | AUTO_CL=1 | 74 | AUTO_CL=1 |
75 | # Fall through to include -c | 75 | # Fall through to include -c |
76 | ;& | 76 | ;; |
77 | c) | 77 | c) |
78 | AUTO=1 | 78 | AUTO=1 |
79 | GITSOBCC="--signed-off-by-cc" | 79 | GITSOBCC="--signed-off-by-cc" |