Code

bugfix: escape string parameters on the commandline. For linux, the dollarsign is...
authorjohanengelen <johanengelen@users.sourceforge.net>
Fri, 30 Mar 2007 22:28:34 +0000 (22:28 +0000)
committerjohanengelen <johanengelen@users.sourceforge.net>
Fri, 30 Mar 2007 22:28:34 +0000 (22:28 +0000)
commit2c235f35ab80a663839f78df5201320f0b3c89c5
tree8c9fd780a605b94c7568d539152f1e873f558e68
parent305f45fa330d930133ea8dd20f83e486daf84676
bugfix: escape string parameters on the commandline. For linux, the dollarsign is escaped aswell. Probably needs to check for other OS'es aswell. On MS Windows, no escaping of dollarsign should be performed.
src/extension/parameter.cpp