mirror of https://github.com/vector-im/riot-web
typo
parent
7232c01a80
commit
d5a07a446d
|
@ -10,7 +10,7 @@ set -e
|
||||||
orig_args=$@
|
orig_args=$@
|
||||||
|
|
||||||
# chomp any args starting with '-' as these need to go
|
# chomp any args starting with '-' as these need to go
|
||||||
# through to the rleease script and otherwise we'll get
|
# through to the release script and otherwise we'll get
|
||||||
# confused about what the version arg is.
|
# confused about what the version arg is.
|
||||||
while [[ "$1" == -* ]]; do
|
while [[ "$1" == -* ]]; do
|
||||||
shift
|
shift
|
||||||
|
|
Loading…
Reference in New Issue