dynare/doc/manual
Sébastien Villemot ae59f4dcb2
Further improvements to parsing of arguments on the MATLAB command-line
Under GNU/Linux and macOS, double-quote arguments before passing them to the
shell. In particular, this allows passing single-quotes within those arguments.

We therefore have to escape the four characters that are interpreted within
double-quoted strings in POSIX shells: \, ", $ and `

On Windows, also systematically escape the backslashes.

Also move display of arguments before escaping, so that it remains readable.

Ref. #1696
2020-02-10 18:24:51 +01:00
..
source Further improvements to parsing of arguments on the MATLAB command-line 2020-02-10 18:24:51 +01:00
utils doc: add info about `epilogue` block 2020-01-22 10:31:56 +01:00
Makefile.am Manual: fix HTML prerequisites in Makefile 2019-05-16 16:55:23 +02:00