summaryrefslogtreecommitdiff
path: root/public/build-bash-1.md
diff options
context:
space:
mode:
Diffstat (limited to 'public/build-bash-1.md')
-rw-r--r--public/build-bash-1.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/build-bash-1.md b/public/build-bash-1.md
index 27b3fba..8e8c847 100644
--- a/public/build-bash-1.md
+++ b/public/build-bash-1.md
@@ -51,7 +51,7 @@ correctly on my box:
is obvious.
2. Add `#define USE_TERMCAP_EMULATION` to the section for Linux [sic]
on i386
- (`# if !defined (done386) && (defined (__linux__) || defined (linux))`.
+ (`# if !defined (done386) && (defined (__linux__) || defined (linux))`).
What this does is tell it to link against libcurses to use
curses termcap emulation, instead of linking against libtermcap
(which doesn't exist on modern GNU/Linux systems).