Skip to content

Commit bc4e008

Browse files
committed
Fix Bash syntax
1 parent 2e05f61 commit bc4e008

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_scripts/android/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if [[ ! -d "${sourcepath}" ]]; then
1414
exit 2
1515
fi
1616

17-
if [[ "${stl}" == "c++" || "${stl}" == "gnustl"]]; then
17+
if [[ "${stl}" == "c++" || "${stl}" == "gnustl" ]]; then
1818
export FIREBASE_ANDROID_STL="${stl}"_static
1919
elif [[ ! -z "${stl}" ]]; then
2020
echo "Invalid STL specified."

0 commit comments

Comments
 (0)