Match shell style for test command
This commit is contained in:
parent
9178870e6f
commit
5f3d3ac9e4
|
@ -33,7 +33,7 @@ done
|
||||||
|
|
||||||
# Ensure that the configuration file is an absolute path
|
# Ensure that the configuration file is an absolute path
|
||||||
# on OS X realpath is not available
|
# 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")
|
CONFIG_FILE=$(realpath -s "$CONFIG_FILE")
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user