X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/ad2e50fcfb7aab6cb6bbf5518920e4091be5b9a4..ce63209f326d90ae07367008a78a7af9b812021c:/bin/setup 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