Skip to content

Commit 3f5a963

Browse files
committed
fix sonar issue
1 parent 82ef734 commit 3f5a963

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ SELFDIR=$(realpath $(dirname "${BASH_SOURCE[0]}"))
2929
cd ${SELFDIR}
3030
cmake -S . -B build
3131
cmake --build build $@
32-
if [ -n "${DESTDIR}" ]
32+
if [[ -n "${DESTDIR}" ]]
3333
then
3434
cmake --install build
3535
fi

0 commit comments

Comments
 (0)