]> git.proxmox.com Git - qemu.git/commit
Third attempt to invoke create_config properly
authormalc <av1474@comtv.ru>
Thu, 13 Aug 2009 02:41:33 +0000 (06:41 +0400)
committermalc <av1474@comtv.ru>
Thu, 13 Aug 2009 02:41:53 +0000 (06:41 +0400)
commitaa0cba4a62550a4110231c6faa159dbfe3ce33d6
tree06ab83c8c5db2e5df627c1b95ad8d6cbdce8869e
parent197bc2196d0c9b82f37dcc676b9c2341a879d3bf
Third attempt to invoke create_config properly

Second attempt failed due to $_ not being standard and as such it's
interpretation by certain shells when they were symlinked to /bin/sh
and invoked as such led to unpredictable results. So instead of trying
to be clever just use /bin/sh directly (That's what direct execution
would have led to anyway)

Hopefully this time nothing will break (Mingw?)

Thanks to Jordan Justen for report and analysis.
[Previous attempt (THISSHELL one) deserves a credit but reporter is
 too humble]

Signed-off-by: malc <av1474@comtv.ru>
configure