Skip to content

Commit 7187adf

Browse files
fix: make build.sh posix compatible
1 parent ab9528c commit 7187adf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/scripts/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ else
3939
tmpdir=""
4040
fi
4141

42-
if [[ "$fdroidFlag" == "fdroid" ]]; then
42+
if [ "$fdroidFlag" = "fdroid" ]; then
4343
if [ -n "$tmpdir" ]; then
4444
echo "true" > "$tmpdir/fdroid.bool"
4545
fi

0 commit comments

Comments
 (0)