diff options
author | onefang | 2021-09-01 16:29:43 +1000 |
---|---|---|
committer | onefang | 2021-09-01 16:29:43 +1000 |
commit | 8d75cc1432797fa24755725b722785d40648e331 (patch) | |
tree | a3d4624d3948fd076d63fff831989af7b1bbe0b6 | |
parent | Delay the web server startup for a few seconds. (diff) | |
download | opensim-SC-8d75cc1432797fa24755725b722785d40648e331.zip opensim-SC-8d75cc1432797fa24755725b722785d40648e331.tar.gz opensim-SC-8d75cc1432797fa24755725b722785d40648e331.tar.bz2 opensim-SC-8d75cc1432797fa24755725b722785d40648e331.tar.xz |
Pass all arguments if running a .shini file.
Diffstat (limited to '')
-rw-r--r-- | src/sledjchisl/sledjchisl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sledjchisl/sledjchisl.c b/src/sledjchisl/sledjchisl.c index 4c6f5a2..3bd1a3b 100644 --- a/src/sledjchisl/sledjchisl.c +++ b/src/sledjchisl/sledjchisl.c | |||
@@ -1527,7 +1527,7 @@ simList *getSims() | |||
1527 | if (!qfile_exist(newPath)) | 1527 | if (!qfile_exist(newPath)) |
1528 | { | 1528 | { |
1529 | char *cmd = xmprintf("sed -E" | 1529 | char *cmd = xmprintf("sed -E" |
1530 | " -e 's#\\[Const]#\\[Const] ; fakeVariableCozOpenSim='' ; sledjchisl $1 `basename $0`; exit 0#'" | 1530 | " -e 's#\\[Const]#\\[Const] ; fakeVariableCozOpenSim='' ; sledjchisl $* `basename $0`; exit 0#'" |
1531 | " -e 's/mysim=\"[[:digit:]]*\"/mysim=\"%s\"/'" | 1531 | " -e 's/mysim=\"[[:digit:]]*\"/mysim=\"%s\"/'" |
1532 | " -e 's/sim\\$\\{Const\\|mysim\\}/\\$\\{Const\\|mysim\\}/g'" | 1532 | " -e 's/sim\\$\\{Const\\|mysim\\}/\\$\\{Const\\|mysim\\}/g'" |
1533 | " -e '/\\[Startup\\]/d'" | 1533 | " -e '/\\[Startup\\]/d'" |