fish: Make exit_on_error into a completely local variable.
authorRichard W.M. Jones <rjones@redhat.com>
Tue, 18 Jan 2011 10:33:01 +0000 (10:33 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Tue, 18 Jan 2011 10:33:01 +0000 (10:33 +0000)
commit4bcb267a248977c6b044e18a72266d665102de30
treef0d3db1749d4495a696dfdc278a3da560b54f981
parentf6a21c1e0d44f9db409ce6583be7b5bc694767a8
fish: Make exit_on_error into a completely local variable.

Note that 'time' and 'glob' (which both run subcommands) do not
correctly pass the exit_on_error flag in the remote case.  This is not
a regression: the current code doesn't work either.
fish/fish.c
fish/fish.h
fish/glob.c
fish/rc.c
fish/time.c