Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
bash: fix cut&paste bug
- add patch
  • Loading branch information
wwwutz committed May 10, 2021
1 parent cd4517f commit 6a2c545
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions bash.be0
@@ -1,6 +1,6 @@
#!/bin/env beesh

# BEE_VERSION bash-5.1_p4-3
# BEE_VERSION bash-5.1_p4-4

# 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 @@ -11,13 +11,15 @@ SRCURL[0]="https://beehive.molgen.mpg.de/bb91a17fd6c9032c26d0b2b78b50aff5/bash-5
# PATCHURL+=("https://ftp.gnu.org/gnu/bash/bash-${PKGVERSION}-patches/bash${pv}-$i")
# done

PATCHURL[0]="https://beehive.molgen.mpg.de/57641ddbf92fca25df92a443e36f285a/bash51-001"
PATCHURL[1]="https://beehive.molgen.mpg.de/aed44842ed1a05fcfc3ef146991fdaef/bash51-002"
PATCHURL[2]="https://beehive.molgen.mpg.de/bf96455600a86420d69f5166575192dd/bash51-003"
PATCHURL[3]="https://beehive.molgen.mpg.de/d2c524dba0eea5dc5f00849cc84376a0/bash51-004"
PATCHURL[0]="https://beehive.molgen.mpg.de/c9c4b150ca1b2bab373e15f5662ae9d4/bash51-000"
PATCHURL[1]="https://beehive.molgen.mpg.de/57641ddbf92fca25df92a443e36f285a/bash51-001"
PATCHURL[2]="https://beehive.molgen.mpg.de/aed44842ed1a05fcfc3ef146991fdaef/bash51-002"
PATCHURL[3]="https://beehive.molgen.mpg.de/bf96455600a86420d69f5166575192dd/bash51-003"
PATCHURL[4]="https://beehive.molgen.mpg.de/d2c524dba0eea5dc5f00849cc84376a0/bash51-004"


mee_configure() {

bee_configure \
--without-bash-malloc \
--with-installed-readline \
Expand Down

0 comments on commit 6a2c545

Please sign in to comment.