Don't warn me about osx bash deprecation
This commit is contained in:
parent
b4d99d765b
commit
a3af08cbb4
@ -46,3 +46,5 @@ export GPG_TTY=$(tty)
|
|||||||
if [ -x "$(command -v gpg-connect-agent)" ]; then
|
if [ -x "$(command -v gpg-connect-agent)" ]; then
|
||||||
gpg-connect-agent updatestartuptty /bye > /dev/null
|
gpg-connect-agent updatestartuptty /bye > /dev/null
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
export BASH_SILENCE_DEPRECATION_WARNING=1
|
||||||
|
Loading…
Reference in New Issue
Block a user