diff options
Diffstat (limited to 'extra/bash/build')
-rwxr-xr-x | extra/bash/build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/extra/bash/build b/extra/bash/build index 0c9decf1..b80882d9 100755 --- a/extra/bash/build +++ b/extra/bash/build @@ -7,7 +7,6 @@ done ./configure \ --prefix=/usr \ --without-bash-malloc \ - --without-installed-readline \ --disable-nls export MAKEFLAGS="TERMCAP_LIB=/usr/lib/libncursesw.a $MAKEFLAGS" |