Script was modified to pass shellcheck

This commit is contained in:
Jon-William Lewis
2016-02-15 11:36:08 -06:00
parent 7085a46ef3
commit ca398122f3
4 changed files with 8 additions and 8 deletions

View File

@@ -11,7 +11,7 @@ else
fi
if [ "$ENCRYPTION" == "TRUE" ]; then
if [ ! -r $(which gpg) ]; then
if [ ! -r "$(which gpg)" ]; then
>&2 printf " $RED_COLOR!$RESET_COLOR %s\n\t%s\n"\
"Encryption was specified, but GPG is not installed."
exit 100