diff options
Diffstat (limited to 'bin/ksh/history.c')
-rw-r--r-- | bin/ksh/history.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ksh/history.c b/bin/ksh/history.c index f29e7e7d281..295f108f130 100644 --- a/bin/ksh/history.c +++ b/bin/ksh/history.c @@ -1,4 +1,4 @@ -/* $OpenBSD: history.c,v 1.3 1997/01/02 09:34:00 downsj Exp $ */ +/* $OpenBSD: history.c,v 1.4 1997/01/02 17:37:26 downsj Exp $ */ /* * command history @@ -242,7 +242,7 @@ c_fc(wp) return 1; } - if (!Flag(FSH) || Flag(FTALKING)) + if (!Flag(FSH)) setstr(local("_", FALSE), tf->name); /* XXX: source should not get trashed by this.. */ |