Skip to content

Commit

Permalink
fix(bash)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhheider committed Nov 9, 2023
1 parent 18c5559 commit 3bbb8dc
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions projects/gnu.org/bash/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ build:
./configure --prefix={{ prefix }}
make --jobs {{ hw.concurrency }} install
env:
# causes bash to source ~/.bashrc when instantiated
# non-interactively from sshd. macOS’s bash does this so users expect it.
CFLAGS: $CFLAGS -DSSH_SOURCE_BASHRC
CFLAGS:
# causes bash to source ~/.bashrc when instantiated
# non-interactively from sshd. macOS’s bash does this so users expect it.
- -DSSH_SOURCE_BASHRC
- -Wno-implicit-function-declaration

test: bash -c "set -o pipefail"

0 comments on commit 3bbb8dc

Please sign in to comment.