diff --git a/configure.sh b/configure.sh index 618f37e..31fabc9 100755 --- a/configure.sh +++ b/configure.sh @@ -14,7 +14,7 @@ function main { fetch=false help=false - for arg in "@$"; do + for arg in "$@"; do case "$arg" in "velocity") velocity=true @@ -121,4 +121,4 @@ function enable_bungeecord { yq -iy ".settings.bungeecord = $1" spigot.yml } -main "@$" +main "$@"