Parcourir la source

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

Sean Dague il y a 14 ans
Parent
commit
a3183b2025
1 fichiers modifiés avec 1 ajouts et 2 suppressions
  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|