mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 00:45:07 +03:00
fix(bash)
This commit is contained in:
parent
97a613c85c
commit
b549ce9c75
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ build:
|
|||
env:
|
||||
# causes bash to source ~/.bashrc when instantiated
|
||||
# non-interactively from sshd. macOS’s bash does this so users expect it.
|
||||
CFLAGS: -DSSH_SOURCE_BASHRC
|
||||
CFLAGS: $CFLAGS -DSSH_SOURCE_BASHRC
|
||||
|
||||
test:
|
||||
script: |
|
||||
|
|
Loading…
Reference in a new issue