[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [OSSTEST PATCH 1/2] ts-host-install: Fix indentation error
Signed-off-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> --- 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@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |