From 8aa29eb8d0b7ffaf1006bf6836a65a9f1000676e Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 2 May 2016 02:20:41 -0400 Subject: build-bash-1: add a missing close-paren --- public/build-bash-1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/build-bash-1.md') 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). -- cgit v1.2.3