mirror of
https://github.com/vector-im/element-web.git
synced 2025-11-28 22:11:41 +01:00
It's '=' in sh, not '=='
This commit is contained in:
parent
2bcb27b24f
commit
6e47d2f1b5
@ -3,7 +3,7 @@
|
|||||||
set -e
|
set -e
|
||||||
|
|
||||||
dev=""
|
dev=""
|
||||||
if [ "$1" == '-d' ]; then
|
if [ "$1" = '-d' ]; then
|
||||||
dev=":dev"
|
dev=":dev"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user