fix(bash)

This commit is contained in:
Jacob Heider 2023-04-15 19:06:40 -04:00
parent 97a613c85c
commit b549ce9c75
No known key found for this signature in database
GPG key ID: A98011B5713535BF

View file

@ -25,7 +25,7 @@ build:
env:
# causes bash to source ~/.bashrc when instantiated
# non-interactively from sshd. macOSs bash does this so users expect it.
CFLAGS: -DSSH_SOURCE_BASHRC
CFLAGS: $CFLAGS -DSSH_SOURCE_BASHRC
test:
script: |