]> xenbits.xensource.com Git - people/dariof/osstest.git/commitdiff
ts-host-install: Fix indentation error
authorIan Jackson <ian.jackson@eu.citrix.com>
Fri, 15 May 2015 16:53:33 +0000 (16:53 +0000)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Tue, 19 May 2015 12:30:02 +0000 (13:30 +0100)
Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
ts-host-install

index b13f2932e043fb68231679750458c8a90a8ea820..dfee932fded8984106d407a16558771c4afcdde8 100755 (executable)
@@ -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;
     }