Home
last modified time | relevance | path

Searched hist:aa0cba4a62550a4110231c6faa159dbfe3ce33d6 (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/
H A Dconfigureaa0cba4a62550a4110231c6faa159dbfe3ce33d6 Wed Aug 12 21:41:33 CDT 2009 malc <av1474@comtv.ru> 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>