From patchwork Thu Jun 2 08:17:16 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [2/2] send-pull-request: fix a small typo that fails the script Date: Thu, 02 Jun 2011 08:17:16 -0000 From: Dexuan Cui X-Patchwork-Id: 5303 Message-Id: To: openembedded-core@lists.openembedded.org Signed-off-by: Dexuan Cui --- 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 5dfc246..4904a0d 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"