From: Ian Jackson Date: Fri, 15 May 2015 16:53:33 +0000 (+0000) Subject: ts-host-install: Fix indentation error X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=6d5b766036fe21492f9dada8601aebbb16e7a0ce;p=people%2Fdariof%2Fosstest.git ts-host-install: Fix indentation error Signed-off-by: Ian Jackson Acked-by: Ian Campbell --- 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; }