[kaffe] bug in "kaffe" script

Timothy Stack stack@cs.utah.edu
Fri, 31 May 2002 12:03:31 -0600 (MDT)


hi,

I'm getting this error in the kaffe script:

/home/stack/fake.root/usr/local/bin/kaffe: 45: Syntax error: Bad substitution

which is the following line:

    [ -z "${arg/#-ia32/}" ] && ia32mode=yes

This is on FreeBSD 4.3 using the standard shell, if i change the script to
use bash instead it works fine.

thanks,

tim