X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/4a8ef3e26c7bd37cb47332f04bf0b50665c71fc3..2de26d54ef22c5653f830d0ce4938df78d0ca0fd:/bin/setup?ds=inline diff --git a/bin/setup b/bin/setup index ff6a47532..ced1ba370 100755 --- a/bin/setup +++ b/bin/setup @@ -4,8 +4,8 @@ require "fileutils" APP_ROOT = File.expand_path("..", __dir__) APP_NAME = "openstreetmap".freeze -def system!(*args) - system(*args, :exception => true) +def system!(*) + system(*, :exception => true) end FileUtils.chdir APP_ROOT do