diff options
Diffstat (limited to 'ci/cmake_install_test.sh')
-rwxr-xr-x | ci/cmake_install_test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/cmake_install_test.sh b/ci/cmake_install_test.sh index 4c748eb9df51..b31e4b8cdb27 100755 --- a/ci/cmake_install_test.sh +++ b/ci/cmake_install_test.sh @@ -16,7 +16,7 @@ set -euox pipefail -if [ -z ${ABSEIL_ROOT:-} ]; then +if [[ -z ${ABSEIL_ROOT:-} ]]; then ABSEIL_ROOT="$(realpath $(dirname ${0})/..)" fi |