On Thu, May 18, 2017 at 12:01:13PM +0100, Ian Jackson wrote:
> 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;

Maybe a "Invalid number of arguments provided, expected 2"?

In any case:

Acked-by: Roger Pau Monné <roger....@citrix.com>

Roger.

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

Reply via email to