aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorglejeune2007-05-09 10:02:55 +0000
committerglejeune2007-05-09 10:02:55 +0000
commit09914f6834985bae05a080a14bab91663cf54bef (patch)
tree1fc6650a824dd4169dec4903e21efb0de295a0b6
parent95285dd818a55c5dd90a48367da835da9cca719c (diff)
downloadivy-ruby-09914f6834985bae05a080a14bab91663cf54bef.zip
ivy-ruby-09914f6834985bae05a080a14bab91663cf54bef.tar.gz
ivy-ruby-09914f6834985bae05a080a14bab91663cf54bef.tar.bz2
ivy-ruby-09914f6834985bae05a080a14bab91663cf54bef.tar.xz
Add shebang
-rw-r--r--makerake.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/makerake.rb b/makerake.rb
index 92f79bb..5d24faa 100644
--- a/makerake.rb
+++ b/makerake.rb
@@ -1,3 +1,6 @@
+#!/usr/bin/ruby -w
+# See the LICENSE file for copyright and distribution information
+
require "rubygems"
require "mkrf"
require 'optparse'