mirror of
https://git.yoctoproject.org/poky
synced 2026-06-03 13:49:49 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
dba1a791a5
commit
7866ae0400
@@ -73,7 +73,7 @@ while getopts "achp:t:" OPT; do
|
|||||||
a)
|
a)
|
||||||
AUTO_CL=1
|
AUTO_CL=1
|
||||||
# Fall through to include -c
|
# Fall through to include -c
|
||||||
;&
|
;;
|
||||||
c)
|
c)
|
||||||
AUTO=1
|
AUTO=1
|
||||||
GITSOBCC="--signed-off-by-cc"
|
GITSOBCC="--signed-off-by-cc"
|
||||||
|
|||||||
Reference in New Issue
Block a user