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 035b579 commit 2dfb38cCopy full SHA for 2dfb38c
scripts/build-statics.sh
@@ -3,7 +3,7 @@ set -e
3
4
echo $pluginsOnlyInstall
5
6
-if [ $pluginsOnlyInstall == "1" ]; then
+if [ "$pluginsOnlyInstall" == "1" ]; then
7
exit 1
8
fi
9
0 commit comments