Martin Mares
2008-09-19 10:00:38 UTC
Hi,
but is useless since the second echo line uses echo > and not echo >>
and thus it's overwritten and not appended.
eh, my fault... Thanks, I will release 3.0.2 with the fix later today.
(the message did make it to the list, too, but I was out of the net for
a couple of days)
Have a nice fortnight
m=config.mk
echo >$c '#define PCI_CONFIG_H'
echo >$c "#define PCI_ARCH_`echo $cpu | tr '[a-z]' '[A-Z]'`"
echo >>$c "#define PCI_OS_`echo $sys | tr '[a-z]' '[A-Z]'`"
the first line with echo PCI_CONFIG_H was added between 3.0.0 and 3.0.1,echo >$c '#define PCI_CONFIG_H'
echo >$c "#define PCI_ARCH_`echo $cpu | tr '[a-z]' '[A-Z]'`"
echo >>$c "#define PCI_OS_`echo $sys | tr '[a-z]' '[A-Z]'`"
but is useless since the second echo line uses echo > and not echo >>
and thus it's overwritten and not appended.
(the message did make it to the list, too, but I was out of the net for
a couple of days)
Have a nice fortnight
--
Martin `MJ' Mares <***@ucw.cz> http://mj.ucw.cz/
Faculty of Math and Physics, Charles University, Prague, Czech Rep., Earth
It said, "Insert disk #3," but only two will fit!
Martin `MJ' Mares <***@ucw.cz> http://mj.ucw.cz/
Faculty of Math and Physics, Charles University, Prague, Czech Rep., Earth
It said, "Insert disk #3," but only two will fit!