projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Localisation updates from https://translatewiki.net.
[rails.git]
/
bin
/
setup
diff --git
a/bin/setup
b/bin/setup
index ec47b79b3b3a002be18adafe9a5fcd070bcd808d..b5accee8aca084a9d9d65a33eb4fd995f714eef4 100755
(executable)
--- a/
bin/setup
+++ b/
bin/setup
@@
-5,7
+5,7
@@
require "fileutils"
APP_ROOT = File.expand_path("..", __dir__)
def system!(*args)
- system(*args
) || abort("\n== Command #{args} failed =="
)
+ system(*args
, :exception => true
)
end
FileUtils.chdir APP_ROOT do