Browse Source

in case ruby is somewhere else in the path (just used for coloring output)

Sean Dague 14 years ago
parent
commit
a3183b2025
1 changed files with 1 additions and 2 deletions
  1. 1 2
      nant-color

+ 1 - 2
nant-color

@@ -1,5 +1,4 @@
-#!/usr/bin/ruby
-
+#!/usr/bin/env ruby
 
 def main
     IO.popen("nant #{ARGV.join(' ')}") { |pipe|