Replace tabs with four spaces
This commit is contained in:
parent
a300cdbc90
commit
2b38e4941c
2 changed files with 226 additions and 226 deletions
|
@ -159,7 +159,7 @@ then
|
|||
export BASH_SILENCE_DEPRECATION_WARNING=1
|
||||
fi
|
||||
|
||||
if test -x /usr/bin/tty
|
||||
if [ -x /usr/bin/tty ]
|
||||
then
|
||||
GPG_TTY=$(tty)
|
||||
export GPG_TTY
|
||||
|
|
Loading…
Reference in a new issue