From 5f3d3ac9e44488ffb5e7843f64ef95e19769d9a6 Mon Sep 17 00:00:00 2001 From: snoe925 Date: Mon, 11 Nov 2019 11:01:58 -0600 Subject: [PATCH] Match shell style for test command --- build-docker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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