diff options
author | Melanie | 2009-09-03 21:04:06 +0100 |
---|---|---|
committer | Melanie | 2009-09-03 21:04:06 +0100 |
commit | 5c2bf97bf2fe5dfe69b98bf50df2d994ac4c23bf (patch) | |
tree | e48751a92b2ac8bad613c0a1355a9206fe596fd0 /nant-color | |
parent | Remove the distinction between password and login key in the authentication (diff) | |
parent | Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC_OLD-5c2bf97bf2fe5dfe69b98bf50df2d994ac4c23bf.zip opensim-SC_OLD-5c2bf97bf2fe5dfe69b98bf50df2d994ac4c23bf.tar.gz opensim-SC_OLD-5c2bf97bf2fe5dfe69b98bf50df2d994ac4c23bf.tar.bz2 opensim-SC_OLD-5c2bf97bf2fe5dfe69b98bf50df2d994ac4c23bf.tar.xz |
Merge branch 'master' of ssh://melanie@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| |