]> xenbits.xensource.com Git - people/pauldu/xen.git/commitdiff
hotplug/Linux: add missing backslash in dom0_ip
authorOlaf Hering <olaf@aepfle.de>
Fri, 27 Mar 2015 10:29:24 +0000 (10:29 +0000)
committerIan Campbell <ian.campbell@citrix.com>
Mon, 30 Mar 2015 08:34:49 +0000 (09:34 +0100)
Without it the actual error message is not written to xenstore.

Signed-off-by: Olaf Hering <olaf@aepfle.de>
Cc: Ian Jackson <ian.jackson@eu.citrix.com>
Cc: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Cc: Ian Campbell <ian.campbell@citrix.com>
Cc: Wei Liu <wei.liu2@citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
tools/hotplug/Linux/vif-common.sh

index 28ddae583a40b61293b65ae98afa446b8d60507b..fa0a18e8eb3ea47a716361434e530b2bb7904576 100644 (file)
@@ -207,7 +207,7 @@ dom0_ip()
   local result=$(ip_of "$nd")
   if [ -z "$result" ]
   then
-      fatal
+      fatal \
 "$netdev is not up.  Bring it up or specify another interface with " \
 "netdev=<if> as a parameter to $0."
   fi