Updated Branches:
  refs/heads/master 7d51ebba9 -> a9bfee1e2

CLOUDSTACK-2434: fixed var name


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

Branch: refs/heads/master
Commit: a9bfee1e22dfe30d1873ea9c531d6c8058f70184
Parents: 7d51ebb
Author: Abhinandan Prateek <aprat...@apache.org>
Authored: Mon Jun 3 16:11:09 2013 +0530
Committer: Abhinandan Prateek <aprat...@apache.org>
Committed: Mon Jun 3 16:11:09 2013 +0530

----------------------------------------------------------------------
 .../debian/config/etc/init.d/cloud-early-config    |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a9bfee1e/patches/systemvm/debian/config/etc/init.d/cloud-early-config
----------------------------------------------------------------------
diff --git a/patches/systemvm/debian/config/etc/init.d/cloud-early-config 
b/patches/systemvm/debian/config/etc/init.d/cloud-early-config
index d2e668d..0dcd571 100755
--- a/patches/systemvm/debian/config/etc/init.d/cloud-early-config
+++ b/patches/systemvm/debian/config/etc/init.d/cloud-early-config
@@ -347,7 +347,7 @@ enable_irqbalance() {
   local enabled=$1
   local proc=0
 
-  $proc=$(cat /proc/cpuinfo | grep "processor" | wc -l)
+  proc=$(cat /proc/cpuinfo | grep "processor" | wc -l)
   if [ $proc -le 1 ]  && [ $enabled -eq 1 ]
   then
     enabled=0

Reply via email to