On Sat, Feb 16, 2008 at 08:42:06PM +0100, Ivan Stankovic wrote: > On Sat, Feb 16, 2008 at 12:10:21PM +0000, Dan Andersson wrote: > > [: 25: ==: unexpected operator > > No release with name '-l' > > This is weird, works for me (tm). Maybe a shell problem? I've > tested the script with bash only...
"==" is bash-specific. Ubuntu uses dash as /bin/sh, not bash. You should use just "=" as it's the POSIX standard. Hamish -- Hamish Moffatt VK3SB <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> _______________________________________________ geda-dev mailing list [email protected] http://www.seul.org/cgi-bin/mailman/listinfo/geda-dev
