From a3183b20253e90e63152e99370c2e6e4ce61abb8 Mon Sep 17 00:00:00 2001
From: Sean Dague
Date: Thu, 3 Sep 2009 15:00:53 -0400
Subject: in case ruby is somewhere else in the path (just used for coloring
 output)

---
 nant-color | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

(limited to 'nant-color')

diff --git a/nant-color b/nant-color
index c4cebb0..b368986 100755
--- a/nant-color
+++ b/nant-color
@@ -1,5 +1,4 @@
-#!/usr/bin/ruby
-
+#!/usr/bin/env ruby
 
 def main
     IO.popen("nant #{ARGV.join(' ')}") { |pipe|
-- 
cgit v1.1