about summary refs log tree commit diff
path: root/Src/init.c
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>2000-01-14 15:55:31 +0000
committerTanaka Akira <akr@users.sourceforge.net>2000-01-14 15:55:31 +0000
commit9fc3e9a8dbfd2bbce2fd825a104414994539cd4d (patch)
tree229ff25305667e5a68a524880d017ee516c91a1b /Src/init.c
parentc64a281a9b21bef8cc40abbf222e63d599ae4d5e (diff)
downloadzsh-9fc3e9a8dbfd2bbce2fd825a104414994539cd4d.tar.gz
zsh-9fc3e9a8dbfd2bbce2fd825a104414994539cd4d.tar.xz
zsh-9fc3e9a8dbfd2bbce2fd825a104414994539cd4d.zip
zsh-workers/9318
Diffstat (limited to 'Src/init.c')
-rw-r--r--Src/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/init.c b/Src/init.c
index 5c2a68728..11d9ab65c 100644
--- a/Src/init.c
+++ b/Src/init.c
@@ -708,7 +708,7 @@ setupvals(void)
     breaks = loops = 0;
     lastmailcheck = time(NULL);
     locallevel = sourcelevel = 0;
-    sfcontext = SFC_DIRECT;
+    sfcontext = SFC_NONE;
     trapreturn = 0;
     noerrexit = -1;
     nohistsave = 1;