diff --git a/build-docker.sh b/build-docker.sh index 77e6110..2ed9f99 100755 --- a/build-docker.sh +++ b/build-docker.sh @@ -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