Subject: Re: NetBSD, the scotty pkg, and #!
To: None <tech-pkg@netbsd.org>
From: Christos Zoulas <christos@zoulas.com>
List: tech-pkg
Date: 06/15/2000 04:03:40
In article <20000614193301J.he@runit.sintef.no>,
 <Havard.Eidnes@runit.sintef.no> wrote:
> Hi,
> 
> #!/bin/sh
> export TCLLIBPATH="/usr/pkg/lib/tnm2.1.8"
> exec /usr/pkg/bin/scotty2.1.8 $*

ewww, $* instead of "$@"....

christos