Skip to content

cmake-mode.el: escape shell arguments

Zhengyi requested to merge fuzy112/cmake:pr/fix-cmake-mode-el into master

Shell arguments containing "<" or ">" should be escaped. Otherwise, names such as CMAKE_<LANG>_FLAGS will be treated as IO redirection.

Edited by Zhengyi

Merge request reports