Przeglądaj źródła

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

Sean Dague 14 lat temu
rodzic
commit
a3183b2025
1 zmienionych plików z 1 dodań i 2 usunięć
  1. 1 2
      nant-color

+ 1 - 2
nant-color

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