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 e252baf commit 35e80f1Copy full SHA for 35e80f1
.travis.sh
@@ -12,6 +12,6 @@ fi
12
13
./build.bash --arch=$ARCH
14
15
-if [[ $ARCH = arm ]] then;
+if [[ $ARCH = arm ]]; then
16
./build_example.bash
17
fi
0 commit comments