[oe-commits] Dexuan Cui : send-pull-request: fix a small typo that fails the script

git version control git at git.openembedded.org
Thu Jun 2 13:57:20 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: 8a1266d49b9c23bfe3fb454f34524869ac9725b2
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=8a1266d49b9c23bfe3fb454f34524869ac9725b2

Author: Dexuan Cui <dexuan.cui at intel.com>
Date:   Thu Jun  2 15:56:18 2011 +0800

send-pull-request: fix a small typo that fails the script

Signed-off-by: Dexuan Cui <dexuan.cui at intel.com>

---

 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"





More information about the Openembedded-commits mailing list