bin/ripple in ripple-cli-2.0.0.51748.pre vs bin/ripple in ripple-cli-2.1.0.125
- old
+ new
@@ -1,3 +1,9 @@
-#!/usr/bin/env ruby
-
-system("#{File.dirname(__FILE__)}/ripple_exe/ripple.exe", *ARGV)
+#!C:/Ruby/bin/ruby.exe
+#
+# This file was generated by RubyGems.
+#
+# The application 'fubu' is installed as part of a gem, and
+# this file is here to facilitate running it.
+#
+result = system(File.dirname(__FILE__) + "/ripple.exe " + ARGV.join(' '))
+exit 1 unless result
\ No newline at end of file