fish: exit_on_error is a local variable.
authorRichard W.M. Jones <rjones@redhat.com>
Tue, 18 Jan 2011 10:21:49 +0000 (10:21 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Tue, 8 Mar 2011 14:51:26 +0000 (14:51 +0000)
(cherry picked from commit f6a21c1e0d44f9db409ce6583be7b5bc694767a8)

fish/fish.c

index 265464e..711073a 100644 (file)
@@ -69,7 +69,7 @@ int verbose = 0;
 int remote_control_listen = 0;
 int remote_control_csh = 0;
 int remote_control = 0;
-int exit_on_error = 1;
+static int exit_on_error = 1;
 int command_num = 0;
 int keys_from_stdin = 0;
 int echo_keys = 0;