You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by an...@apache.org on 2012/07/28 01:04:17 UTC

[13/16] git commit: VPC : ipassoc.sh typo fix

VPC : ipassoc.sh typo fix


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/5edb646b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/5edb646b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/5edb646b

Branch: refs/heads/vpc
Commit: 5edb646be2ad36a76b4ed8801c8e0b9ba3a6c2ed
Parents: 7fd73fc
Author: anthony <an...@cloud.com>
Authored: Thu Jul 26 14:04:46 2012 -0700
Committer: anthony <an...@cloud.com>
Committed: Fri Jul 27 15:04:40 2012 -0700

----------------------------------------------------------------------
 .../debian/config/opt/cloud/bin/ipassoc.sh         |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/5edb646b/patches/systemvm/debian/config/opt/cloud/bin/ipassoc.sh
----------------------------------------------------------------------
diff --git a/patches/systemvm/debian/config/opt/cloud/bin/ipassoc.sh b/patches/systemvm/debian/config/opt/cloud/bin/ipassoc.sh
index cfaa46f..c38fc70 100755
--- a/patches/systemvm/debian/config/opt/cloud/bin/ipassoc.sh
+++ b/patches/systemvm/debian/config/opt/cloud/bin/ipassoc.sh
@@ -150,7 +150,7 @@ add_routing() {
   local tableNo=$(echo $ethDev | awk -F'eth' '{print $2}')
   if [ "$tablePresent" == "" ]
   then
-     if [ "$tableNo" == ""] 
+     if [ "$tableNo" == "" ]
      then
        return 0;
      fi