On 2006-09-10 Frank Berger <[EMAIL PROTECTED]> wrote:
[...]
> old=no
> for arg
> do
> opt=`echo $args|sed 's/^\([^=]*\).*/\1/'`
> val=`echo $args|sed 's/^[^=]*=\(.*\)/\1/'`
>
> The last two lines should be:
>
> opt=`echo $@|sed 's/^\([^=]*\).*/\1/'`
> val=`echo $@|sed 's/^[^=]*=\(
Hello there,
the updatedb-script of my findutils package has a little mistake in it
that keeps it from running.
Version is 4.1.20-r1 on architecture armeb (Linksys NSLU2, UNSLUNG).
Right at the beginning, David MacKenzie forgot to change the variable
for the command line options from $args to
Hi:
I'm having a problem building findutils on a Sun 5.8 machine -
SunOS x 5.8 Generic_108528-29 sun4u sparc SUNW,Ultra-5_10 Solaris
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../gnulib/lib
-I../gnulib/lib -I../intl -DLOCATE_DB=\"/opt/dcs/usr/local/var/locate>
/local/share/locale\"