diff options
author | Sean Dague | 2009-09-03 15:00:53 -0400 |
---|---|---|
committer | Sean Dague | 2009-09-03 15:00:53 -0400 |
commit | a3183b20253e90e63152e99370c2e6e4ce61abb8 (patch) | |
tree | 23bfdc94c201d3867e43daf8e25439712ef2a0ea | |
parent | some more tooling around on nant / nunit to make it a bit cleaner (diff) | |
download | opensim-SC-a3183b20253e90e63152e99370c2e6e4ce61abb8.zip opensim-SC-a3183b20253e90e63152e99370c2e6e4ce61abb8.tar.gz opensim-SC-a3183b20253e90e63152e99370c2e6e4ce61abb8.tar.bz2 opensim-SC-a3183b20253e90e63152e99370c2e6e4ce61abb8.tar.xz |
in case ruby is somewhere else in the path (just used for coloring output)
-rwxr-xr-x | nant-color | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,5 +1,4 @@ | |||
1 | #!/usr/bin/ruby | 1 | #!/usr/bin/env ruby |
2 | |||
3 | 2 | ||
4 | def main | 3 | def main |
5 | IO.popen("nant #{ARGV.join(' ')}") { |pipe| | 4 | IO.popen("nant #{ARGV.join(' ')}") { |pipe| |