patch to fix bashism

2005-04-08 Thread Han Boetes
Hi, This patch fixes a three bashisms in scripts/gen_initramfs_list.sh; I'm not sure of the intention of the second change (local name=...). So it's very well possible that: + local name="${location%/$srcdir}" is more appropriate. --- scripts/gen_initramfs_list.sh.orig 2005-03-27 14:53

Re: propolice support for linux

2005-01-15 Thread Han Boetes
Mitchell Blank Jr wrote: > Last nitpicks, I swear: *g* Would we have created the perfect code ;-) > Han Boetes wrote: > > +panic("propolice detects %x at function %s.\n", damaged, func); > > You don't need the "\n" at the end - panic() already inclu