diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2019-09-16 07:31:59 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2019-09-16 07:31:59 +0000 |
| commit | f370355791012d22908c38f75872393b9074605a (patch) | |
| tree | 8a723bcb627343441e6419729bc3cfbaee0e597d /bin/sh | |
| parent | 505a58ec4560b8b73e24d13b64e489fe19175eda (diff) | |
Notes
Diffstat (limited to 'bin/sh')
| -rw-r--r-- | bin/sh/histedit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sh/histedit.c b/bin/sh/histedit.c index 1a603317627d8..5270f60dd9f79 100644 --- a/bin/sh/histedit.c +++ b/bin/sh/histedit.c @@ -122,7 +122,7 @@ histedit(void) el_set(el, EL_PROMPT, getprompt); el_set(el, EL_ADDFN, "sh-complete", "Filename completion", - _el_fn_sh_complete); + _el_fn_complete); } else { bad: out2fmt_flush("sh: can't initialize editing\n"); |
