bin/fubu in fubu-0.0.6 vs bin/fubu in fubu-0.9.9.299
- old
+ new
@@ -1,3 +1,9 @@
-#!/usr/bin/env ruby
-
-system("#{File.dirname(__FILE__)}/fubu_exe/fubu.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__) + "/fubu.exe " + ARGV.join(' '))
+exit 1 unless result
\ No newline at end of file