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: Sebastian Herbszt
Subject: Re: [Qemu-devel] Subject: [PATCH] Make python mandatory
Date: Sat, 31 Dec 2011 02:00:09 +0100

Peter Maydell wrote:
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

I just restored it to the state it was before commit "guest agent: add 
--enable-guest-agent config option".
This check was added in commit "Let users select their pythons".

Sebastian




reply via email to

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