Skip to content

Commit

Permalink
[shellcheck] Fix bad return code
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Feb 17, 2021
1 parent 91ee281 commit eeeb158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/ogc/build.sh
@@ -1,7 +1,7 @@
#!/bin/bash

mkdir /usr/src/qgis/build
cd /usr/src/qgis/build || exit -1
cd /usr/src/qgis/build || exit 1

cmake -GNinja \
-DWITH_QUICK=OFF \
Expand Down

0 comments on commit eeeb158

Please sign in to comment.