qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] Re: Stop using "which" in ./configure


From: Paolo Bonzini
Subject: [Qemu-devel] Re: Stop using "which" in ./configure
Date: Wed, 20 Jan 2010 13:19:01 +0100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.5) Gecko/20091209 Fedora/3.0-4.fc12 Lightning/1.0pre Thunderbird/3.0

On 01/20/2010 12:37 PM, Loïc Minier wrote:
+    # not found
+    IFS="$local_ifs"

If you do this, you should set IFS to space-tab-lf at the beginning of the script, like this:

IFS=" "" ""
"

or this (better because it does not rely on embedding whitespace characters within the line):

IFS=`printf ' \t'`"
"

Paolo





reply via email to

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