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, 8 Mar 2011 14:51:51 +0000 (14:51 +0000)
commite41776d042d1c657472a85004db748d650a88d9e
treea7ceab94750613a92a11db9bd4fea304693f010d
parent97e66259f39f96d95e185e54292641c6ad3395bb
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.
(cherry picked from commit 4bcb267a248977c6b044e18a72266d665102de30)
fish/fish.c
fish/fish.h
fish/glob.c
fish/rc.c
fish/time.c