Skip to content
Snippets Groups Projects
Select Git revision
  • consistent_dynare_names
  • 5.x
  • master default protected
  • time-varying-information-set
  • 4.6
  • dynare_minreal
  • dragonfly
  • various_fixes
  • 4.5
  • clang+openmp
  • dynamic-striated
  • occbin
  • exo_steady_state
  • filter_initial_state
  • declare_vars_in_model_block
  • exceptions
  • rmExtraExo
  • julia
  • error_msg_undeclared_model_vars
  • static_aux_vars
  • 5.3
  • 5.2
  • 5.1
  • 5.0
  • 5.0-rc1
  • 4.7-beta3
  • 4.7-beta2
  • 4.7-beta1
  • 4.6.4
  • 4.6.3
  • 4.6.2
  • 4.6.1
  • 4.6.0
  • 4.6.0-rc2
  • 4.6.0-rc1
  • 4.6-beta1
  • 4.5.7
  • 4.5.6
  • 4.5.5
  • 4.5.4
40 results

running-dynare.rst

Forked from Dynare / dynare
Source project has a limited visibility.
  • Sébastien Villemot's avatar
    ae59f4dc
    Further improvements to parsing of arguments on the MATLAB command-line · ae59f4dc
    Sébastien Villemot authored
    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
    Verified
    ae59f4dc
    History
    Further improvements to parsing of arguments on the MATLAB command-line
    Sébastien Villemot authored
    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