From: Jason Wang 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://drtracing.org/?a=commitdiff_plain;h=00246d08be901b9ac27c3082bd066119b71b4679;p=deliverable%2Flinux.git tools: hv: fix a typo in hv_set_ifconfig.sh Signed-off-by: Jason Wang Acked-by: K. Y. Srinivasan Signed-off-by: Greg Kroah-Hartman --- diff --git a/tools/hv/hv_set_ifconfig.sh b/tools/hv/hv_set_ifconfig.sh index 3e9427e08d80..daf7ec0cd04e 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