]> git.openstreetmap.org Git - rails.git/commitdiff
Add an exit statement to avoid noise from rails.
authorTom Hughes <tom@compton.nu>
Fri, 6 Nov 2009 08:40:37 +0000 (08:40 +0000)
committerTom Hughes <tom@compton.nu>
Fri, 6 Nov 2009 08:40:37 +0000 (08:40 +0000)
script/statistics

index afd5dd7d281c1a7b671cbc49596742e164e7014a..2e60d630f885e79423388d0f99b6e12803c9b563 100755 (executable)
@@ -102,3 +102,5 @@ end
 puts "<p>Report took #{(Time.new - start_time).to_s} seconds to run</p>"
 puts "</body>"
 puts "</html>"
 puts "<p>Report took #{(Time.new - start_time).to_s} seconds to run</p>"
 puts "</body>"
 puts "</html>"
+
+exit 0