summaryrefslogtreecommitdiff
path: root/cerbero-uninstalled
diff options
context:
space:
mode:
authorLoïc Le Page <llepage@igalia.com>2022-06-15 14:01:00 +0200
committerLoïc Le Page <llepage@igalia.com>2022-06-15 14:01:00 +0200
commit37125c59dfa2dbea1842b5daa9bb14bcea7b2101 (patch)
tree7f128c5220afc742af2877a7a09d0e28359493d0 /cerbero-uninstalled
parentedcc1e9cb2a63d83d300534daac4a05cd3664a26 (diff)
Fix syntax warning when launching cerbero-uninstalled
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/883>
Diffstat (limited to 'cerbero-uninstalled')
-rwxr-xr-xcerbero-uninstalled2
1 files changed, 1 insertions, 1 deletions
diff --git a/cerbero-uninstalled b/cerbero-uninstalled
index ae5334ef..d4984687 100755
--- a/cerbero-uninstalled
+++ b/cerbero-uninstalled
@@ -24,7 +24,7 @@
ARGS=$@
SCRIPTDIR="`dirname $0`"
-if [ "$OSTYPE" == "msys" ]; then
+if [ "$OSTYPE" = "msys" ]; then
if [ -f "/mingw/bin/mingw-get.exe" ]; then
MSYS_VERSION=1
elif [ -f "/usr/bin/pacman" ]; then