diff options
author | Andras Timar <atimar@suse.com> | 2012-01-11 19:21:33 +0100 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2012-01-11 19:25:45 +0100 |
commit | aab14cb9fbc7d82b804a89e4cc61fb874c8636c8 (patch) | |
tree | 06076784fd47291174d9d51811da496191ae5cf4 /vcl/qa/complex | |
parent | 8a3b584528e30f346cbab34141ee088eea16020c (diff) |
fix prefix of command line switches (-- instead of -)
Diffstat (limited to 'vcl/qa/complex')
-rwxr-xr-x | vcl/qa/complex/memCheck/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/qa/complex/memCheck/makefile.mk b/vcl/qa/complex/memCheck/makefile.mk index 4a809e71e50e..a8800832161a 100755 --- a/vcl/qa/complex/memCheck/makefile.mk +++ b/vcl/qa/complex/memCheck/makefile.mk @@ -96,7 +96,7 @@ ALLTAR : javatest # CT_APPEXECCOMMAND = # .ELSE # CT_APPEXECCOMMAND = -AppExecutionCommand \ -# "$(OFFICE)$/soffice -accept=socket,host=localhost,port=8100;urp;" +# "$(OFFICE)$/soffice --accept=socket,host=localhost,port=8100;urp;" # .ENDIF # # # test base is java complex |