diff options
-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'" |