Skip to content

Commit

Permalink
modules/bash: Enable readline
Browse files Browse the repository at this point in the history
Restores autocomplete and makes bash more usable as an interactive
shell.  Added 106 KB to compressed initrd (checked librem_14).

Signed-off-by: Jonathon Hall <[email protected]>
  • Loading branch information
JonathonHall-Purism committed Jan 17, 2024
1 parent ae29ddb commit 8404017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/bash
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ bash_configure := CFLAGS="-g0 -Os" LDFLAGS="-s" ./configure \
--disable-net-redirections \
--enable-single-help-strings \
--disable-nls \
--disable-readline \
--enable-readline \

bash_target := $(MAKE_JOBS) \
&& $(MAKE) -C $(build)/$(bash_dir) \
Expand Down

0 comments on commit 8404017

Please sign in to comment.