]> code.ossystems Code Review - openembedded-core.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:50:52 +0000 (14:50 +0100)
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
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"