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
|
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
|
||||||
|
|
Loading…
Reference in a new issue