On 29.10.2010 23:29, David Hendricks wrote:
On Fri, Oct 29, 2010 at 2:27 PM, Carl-Daniel Hailfinger wrote:
On 29.10.2010 22:51, David Hendricks wrote:
When running the script, it seems that the added "$FLASHROM_PARAM" can get expanded incorrectly by the shell thus causing flashrom to barf when $FLASHROM_PARAM is empty. I suspect it quietly passes in "".
The attached patch is a simple s/"$FLASHROM_PARAM"/${FLASHROM_PARAM}/g. This seems to work.
Acked-by: Carl-Daniel Hailfinger c-d.hailfinger.devel.2006@gmx.net
Signed-off-by: David Hendricks dhendrix@google.com
Committed in r1219.
Regards, Carl-Daniel