Replace tabs with four spaces

This commit is contained in:
Anthony Rose 2022-11-28 22:45:54 +00:00
parent a300cdbc90
commit 2b38e4941c
2 changed files with 226 additions and 226 deletions

View file

@ -159,7 +159,7 @@ then
export BASH_SILENCE_DEPRECATION_WARNING=1 export BASH_SILENCE_DEPRECATION_WARNING=1
fi fi
if test -x /usr/bin/tty if [ -x /usr/bin/tty ]
then then
GPG_TTY=$(tty) GPG_TTY=$(tty)
export GPG_TTY export GPG_TTY