Skip to content

Commit

Permalink
bash: reenable completion progs
Browse files Browse the repository at this point in the history
- bash-completion failed, fix that
  • Loading branch information
wwwutz committed May 4, 2021
1 parent 06740ba commit 334c9fc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bash.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/env beesh

# BEE_VERSION bash-5.1_p4-0
# BEE_VERSION bash-5.1_p4-1

# SRCURL[0]="https://ftp.gnu.org/gnu/bash/bash-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/bb91a17fd6c9032c26d0b2b78b50aff5/bash-5.1.tar.gz"
Expand All @@ -19,7 +19,6 @@ PATCHURL[3]="https://beehive.molgen.mpg.de/d2c524dba0eea5dc5f00849cc84376a0/bash

mee_configure() {
bee_configure \
--enable-progcomp=no \
--without-bash-malloc \
--with-installed-readline \
--disable-nls
Expand Down

0 comments on commit 334c9fc

Please sign in to comment.