]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
send-pull-request: fix a small typo that fails the script
authorDexuan Cui <dexuan.cui@intel.com>
Thu, 2 Jun 2011 07:56:18 +0000 (15:56 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 2 Jun 2011 13:55:56 +0000 (14:55 +0100)
(From OE-Core rev: 8a1266d49b9c23bfe3fb454f34524869ac9725b2)

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/send-pull-request

index 5dfc246c34014c9798ace7e410efd3396e648388..4904a0d01cad218aa5d89668fca5c83eb58ce26a 100755 (executable)
@@ -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"