Skip to content

Commit

Permalink
Ports: Add missing dependency on readline to bash
Browse files Browse the repository at this point in the history
  • Loading branch information
butter1125 committed Jan 21, 2025
1 parent 0cf07ee commit c3d2f03
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Ports/bash/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ icon_file='https://static-00.iconduck.com/assets.00/bash-icon-224x256-qo4a7ex6.p
files=(
"https://ftpmirror.gnu.org/gnu/bash/bash-${version}.tar.gz#9599b22ecd1d5787ad7d3b7bf0c59f312b3396d1e281175dd1f8a4014da621ff"
)
depends=(
'readline'
)

build() {
run_replace_in_file "s/define GETCWD_BROKEN 1/undef GETCWD_BROKEN/" config.h
Expand Down

0 comments on commit c3d2f03

Please sign in to comment.