diff options
author | Matthew Newhook <matthew@zeroc.com> | 2015-03-21 15:35:40 -0230 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2015-03-21 15:35:40 -0230 |
commit | 630a37d2fe66f24518299e705f958b571803c522 (patch) | |
tree | 969723791bdc4d73bb099c19d45554d0ca241ad9 /distribution/demoscript/csharp/IceBox/hello/expect.py | |
parent | Fix some README.md markdown formatting (diff) | |
download | ice-630a37d2fe66f24518299e705f958b571803c522.tar.bz2 ice-630a37d2fe66f24518299e705f958b571803c522.tar.xz ice-630a37d2fe66f24518299e705f958b571803c522.zip |
py -> python
rb -> ruby
objc -> objective-c
cs -> csharp
Diffstat (limited to 'distribution/demoscript/csharp/IceBox/hello/expect.py')
-rwxr-xr-x | distribution/demoscript/csharp/IceBox/hello/expect.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/distribution/demoscript/csharp/IceBox/hello/expect.py b/distribution/demoscript/csharp/IceBox/hello/expect.py index 40580816f64..1d56857439b 100755 --- a/distribution/demoscript/csharp/IceBox/hello/expect.py +++ b/distribution/demoscript/csharp/IceBox/hello/expect.py @@ -27,7 +27,7 @@ if Util.defaultHost: else: args = '' -server = Util.spawn("%s --Ice.Config=config.icebox --Ice.PrintAdapterReady %s" % (Util.getIceBox("cs"), args)) +server = Util.spawn("%s --Ice.Config=config.icebox --Ice.PrintAdapterReady %s" % (Util.getIceBox("csharp"), args)) server.expect('.* ready') client = Util.spawn('client.exe') client.expect('.*==>') |