qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] Subject: [PATCH] Make python mandatory


From: Peter Maydell
Subject: Re: [Qemu-devel] Subject: [PATCH] Make python mandatory
Date: Sat, 31 Dec 2011 00:52:07 +0000

On 30 December 2011 23:59, Sebastian Herbszt <address@hidden> wrote:
> Make python mandatory.

> +if has $python; then
> +  :
> +else
> +  echo "Python not found. Use --python=/path/to/python"
> +  exit 1
>  fi
>
>  if test -z "$target_list" ; then

I know you've just removed the outer condition here, but
while we're fiddling with it, wouldn't
   if ! has "$python"; then
       echo "Python not found etc"
   fi

be better?

-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]