From: Jason Wang <jasowang@redhat.com>
Date: Sat, 5 Jan 2013 05:03:06 +0000 (+0800)
Subject: tools: hv: fix a typo in hv_set_ifconfig.sh
X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=00246d08be901b9ac27c3082bd066119b71b4679;p=linux.git

tools: hv: fix a typo in hv_set_ifconfig.sh

Signed-off-by: Jason Wang <jasowang@redhat.com>
Acked-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---

diff --git a/tools/hv/hv_set_ifconfig.sh b/tools/hv/hv_set_ifconfig.sh
index 3e9427e08d806..daf7ec0cd04ed 100755
--- a/tools/hv/hv_set_ifconfig.sh
+++ b/tools/hv/hv_set_ifconfig.sh
@@ -65,4 +65,4 @@ cp $1 /etc/sysconfig/network-scripts/
 interface=$(echo $1 | awk -F - '{ print $2 }')
 
 /sbin/ifdown $interface 2>/dev/null
-/sbin/ifup $interfac 2>/dev/null
+/sbin/ifup $interface 2>/dev/null