Hello again,
On Mon, Aug 18, 2008 at 4:06 PM, Vincent Fourmond <[EMAIL PROTECTED]> wrote:
> The difference is that the primary user's .bashrc includes
> set failglob
> if /usr/games/freecol is called with no arguments, this makes
> the final line's "$@" expand to "failglob".
For the record, set failglob is useless with bash. See:
[EMAIL PROTECTED]:~$ set failglob
[EMAIL PROTECTED]:~$ echo sdf*sdf
sdf*sdf
You should use
shopt -s failglob
This does not make freecol fail.
However, $@ seems to contain the last argument to given set, for
some reason that escapes me. I'm now sure that this is a bash bug.
Cheers,
Vincent
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]