diff options
author | Diva Canto | 2009-09-03 12:42:25 -0700 |
---|---|---|
committer | Diva Canto | 2009-09-03 12:42:25 -0700 |
commit | 639bf79aec2e6c7cb0bd660d80978248f1c4f6c0 (patch) | |
tree | 6a5f7c1ebf9c40d946a2cca249f9dce92ac81faf /nant-color | |
parent | Fixes seven leaky .BeginInvoke() calls (diff) | |
parent | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC_OLD-639bf79aec2e6c7cb0bd660d80978248f1c4f6c0.zip opensim-SC_OLD-639bf79aec2e6c7cb0bd660d80978248f1c4f6c0.tar.gz opensim-SC_OLD-639bf79aec2e6c7cb0bd660d80978248f1c4f6c0.tar.bz2 opensim-SC_OLD-639bf79aec2e6c7cb0bd660d80978248f1c4f6c0.tar.xz |
Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensim
Diffstat (limited to 'nant-color')
-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| |