This spuriously prints $!.  It's still a poor message.

Signed-off-by: Ian Jackson <ian.jack...@eu.citrix.com>
---
 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@lists.xen.org
https://lists.xen.org/xen-devel

Reply via email to