]> code.ossystems Code Review - openembedded-core.git/commitdiff
scripts/create_pull_request fix a typo
authorNitin A Kamble <nitin.a.kamble@intel.com>
Thu, 10 Jun 2010 00:26:05 +0000 (17:26 -0700)
committerSaul Wold <Saul.Wold@intel.com>
Thu, 10 Jun 2010 23:30:32 +0000 (16:30 -0700)
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
scripts/create-pull-request

index e8d4115e87855362b42cd8b98f99bf28f2aa547b..c9a791661131ab2a88f2ae402f25e653be5d33b6 100755 (executable)
@@ -54,7 +54,7 @@ if [ "${RELATIVE_TO}" = "" ]; then
 fi
 
 if [ "${CONTRIB_BRANCH}" = "" ]; then
-    echo: "Error: Parameter <contrib_branch> not specified"
+    echo "Error: Parameter <contrib_branch> not specified"
     usage
 fi