Don't warn me about osx bash deprecation

This commit is contained in:
Jeremy Dormitzer 2020-11-02 13:20:08 -05:00
parent b4d99d765b
commit a3af08cbb4

View File

@ -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