Signed-off-by: Ian Jackson <ian.jack...@eu.citrix.com>
---
 ts-host-install |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ts-host-install b/ts-host-install
index b13f293..dfee932 100755
--- a/ts-host-install
+++ b/ts-host-install
@@ -34,7 +34,7 @@ while (@ARGV and $ARGV[0] =~ m/^-/) {
     $_= shift @ARGV;
     last if m/^--$/;
     if (m/^--priority(?:=(.*))?$/) {
-    $xopts{DebconfPriority}= defined($1) ? $1 : 'low';
+        $xopts{DebconfPriority}= defined($1) ? $1 : 'low';
     } elsif  (m/^--rescue$/) {
        $xopts{RescueMode}= 1;
     }
-- 
1.7.10.4


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to