Match shell style for test command

pull/341/head
snoe925 2019-11-11 11:01:58 -06:00 committed by GitHub
parent 9178870e6f
commit 5f3d3ac9e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ done
# Ensure that the configuration file is an absolute path
# on OS X realpath is not available
if [ -x /usr/bin/realpath ]; then
if test -x /usr/bin/realpath; then
CONFIG_FILE=$(realpath -s "$CONFIG_FILE")
fi