mirror of
https://github.com/unmojang/meta.git
synced 2025-09-24 11:41:28 -04:00
chore: Double quote array expansions to avoid re-splitting elements
This commit is contained in:
parent
beac3155df
commit
e41a4208a0
@ -7,5 +7,5 @@ if [ "$1" == "update" ]; then
|
||||
elif [ "$1" == "cron" ]; then
|
||||
exec cron -f
|
||||
else
|
||||
exec $@
|
||||
exec "$@"
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user