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 0d26012 commit b4f398aCopy full SHA for b4f398a
yarnw
@@ -2,7 +2,7 @@
2
3
YARN_SCRIPT=`find ./build -wholename "*/bin/yarn" -type l`
4
5
-if [ ! -f $YARN_SCRIPT ]; then
+if [ ! -f "$YARN_SCRIPT" ]; then
6
echo "Yarn not found! Run gradle build first!"
7
else
8
./nodew $YARN_SCRIPT "$@"
0 commit comments