We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82ef734 commit 3f5a963Copy full SHA for 3f5a963
1 file changed
build.sh
@@ -29,7 +29,7 @@ SELFDIR=$(realpath $(dirname "${BASH_SOURCE[0]}"))
29
cd ${SELFDIR}
30
cmake -S . -B build
31
cmake --build build $@
32
-if [ -n "${DESTDIR}" ]
+if [[ -n "${DESTDIR}" ]]
33
then
34
cmake --install build
35
fi
0 commit comments