[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [OSSTEST PATCH 03/24] cs-flight-create: Fix usage error message
This spuriously prints $!. It's still a poor message. Signed-off-by: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx> --- cs-flight-create | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cs-flight-create b/cs-flight-create index a412396..dc61e62 100755 --- a/cs-flight-create +++ b/cs-flight-create @@ -24,7 +24,7 @@ use Osstest; csreadconfig(); -@ARGV==2 or die $!; +@ARGV==2 or die; our ($intended,$branch) = @ARGV; my ($flight) = -- 2.1.4 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |