diff options
| author | Jilles Tjoelker <jilles@FreeBSD.org> | 2017-04-22 21:31:37 +0000 |
|---|---|---|
| committer | Jilles Tjoelker <jilles@FreeBSD.org> | 2017-04-22 21:31:37 +0000 |
| commit | 3be4e97d2b1d29a23b7a9998f7a124acd4e29f74 (patch) | |
| tree | 74fa0c84fc9a647d53b942533076bb2839d48b2d /bin/sh/options.c | |
| parent | 6e5e4dbd067573f359f99d5f475a2567f00c2f8d (diff) | |
Notes
Diffstat (limited to 'bin/sh/options.c')
| -rw-r--r-- | bin/sh/options.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sh/options.c b/bin/sh/options.c index 56cc5e7397c8..8b501f2d1b6a 100644 --- a/bin/sh/options.c +++ b/bin/sh/options.c @@ -131,7 +131,7 @@ procargs(int argc, char **argv) void optschanged(void) { - setinteractive(iflag); + setinteractive(); #ifndef NO_HISTORY histedit(); #endif |
