Am Donnerstag, den 07.04.2011, 18:40 +0200 schrieb Stefan Reinauer:
- Michael Karcher flashrom@mkarcher.dialup.fu-berlin.de
Not every OS has a unix command interpreter. This will break on DOS. Most likely fine if DOS is detected per ifdef.
Ok, how about this one?
Signed-off-by: Stefan Reinauer stefan.reinauer@coreboot.org
Acked-by: Michael Karcher flashrom@mkarcher.dialup.fu-berlin.de
+#if defined (__DJGPP__) || defined (_WIN32)
That might be overly conservative, but I am fine with out. while command.com does not support 2>something, I am quite sure cmd.exe does.
Regards, Michael Karcher