On 06/06/2012 08:16 PM, Paolo Bonzini wrote:
Il 06/06/2012 14:03, Peter Maydell ha scritto:Can we use mkdir -p "$(dirname "$2")"or are we still trying to be compatible with some non-POSIX shell from the dawn of time?Looks like we can, there are other occurrences of $() in configure.
I saw that too, but I thought $() was a bash-ism. Regards, Anthony Liguori
Paolo