about summary refs log tree commit diff
path: root/ci/cmake_install_test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/cmake_install_test.sh')
-rwxr-xr-xci/cmake_install_test.sh2
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