From 8624fd69422986db9d22e5b7cd5e7d0c28205ef5 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Mon, 28 Dec 2020 21:59:23 -0500 Subject: Set H_SETUNIQUE --- bin/dash/src/histedit.c | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/dash') diff --git a/bin/dash/src/histedit.c b/bin/dash/src/histedit.c index 58163314..1b7ad238 100644 --- a/bin/dash/src/histedit.c +++ b/bin/dash/src/histedit.c @@ -169,6 +169,7 @@ sethistsize(const char *hs) (histsize = atoi(hs)) < 0) histsize = 100; history(hist, &he, H_SETSIZE, histsize); + history(hist, &he, H_SETUNIQUE, 1); } } -- cgit 1.4.1