aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/nant-color
diff options
context:
space:
mode:
authorSean Dague2009-09-03 15:00:53 -0400
committerSean Dague2009-09-03 15:00:53 -0400
commita3183b20253e90e63152e99370c2e6e4ce61abb8 (patch)
tree23bfdc94c201d3867e43daf8e25439712ef2a0ea /nant-color
parentsome more tooling around on nant / nunit to make it a bit cleaner (diff)
downloadopensim-SC_OLD-a3183b20253e90e63152e99370c2e6e4ce61abb8.zip
opensim-SC_OLD-a3183b20253e90e63152e99370c2e6e4ce61abb8.tar.gz
opensim-SC_OLD-a3183b20253e90e63152e99370c2e6e4ce61abb8.tar.bz2
opensim-SC_OLD-a3183b20253e90e63152e99370c2e6e4ce61abb8.tar.xz
in case ruby is somewhere else in the path (just used for coloring output)
Diffstat (limited to 'nant-color')
-rwxr-xr-xnant-color3
1 files changed, 1 insertions, 2 deletions
diff --git a/nant-color b/nant-color
index c4cebb0..b368986 100755
--- a/nant-color
+++ b/nant-color
@@ -1,5 +1,4 @@
1#!/usr/bin/ruby 1#!/usr/bin/env ruby
2
3 2
4def main 3def main
5 IO.popen("nant #{ARGV.join(' ')}") { |pipe| 4 IO.popen("nant #{ARGV.join(' ')}") { |pipe|