about summary refs log tree commit diff
path: root/Src/hist.c
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-08-30 15:24:22 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-08-30 15:24:22 +0000
commitb600e4733cff02e6ac7662ec97987dcd757838ac (patch)
tree6d02d2eff9c459fd1f7d5e6d23aff31e400eba51 /Src/hist.c
parent928fa0b3a5e62f5f0566f8abab4f17dd91718597 (diff)
downloadzsh-b600e4733cff02e6ac7662ec97987dcd757838ac.tar.gz
zsh-b600e4733cff02e6ac7662ec97987dcd757838ac.tar.xz
zsh-b600e4733cff02e6ac7662ec97987dcd757838ac.zip
zsh-workers/7549
Diffstat (limited to 'Src/hist.c')
-rw-r--r--Src/hist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/hist.c b/Src/hist.c
index 8d8fba4af..a78c403f1 100644
--- a/Src/hist.c
+++ b/Src/hist.c
@@ -1043,7 +1043,7 @@ hend(void)
     chline = NULL;
     histactive = 0;
     if (isset(SHAREHISTORY) || isset(INCAPPENDHISTORY))
-	savehistfile(hf, 1, HFILE_USE_OPTIONS | HFILE_FAST);
+	savehistfile(hf, 0, HFILE_USE_OPTIONS | HFILE_FAST);
     unlockhistfile(hf); /* It's OK to call this even if we aren't locked */
     return !(flag & HISTFLAG_NOEXEC || errflag);
 }