sitter created this revision. sitter added a reviewer: ilic. Restricted Application added a project: Frameworks. Restricted Application added a subscriber: Frameworks.
REVISION SUMMARY - strip shebang - make -x the script is run through add_custom_command with the explicit python exeutable found by FindPythonInterp (which may be either python or python3) and the script is compatible with either. To prevent confusion and prevent linting tech from tripping over the fact that the script references the python2 interpreter (which EOLs in 2020) we'll make sure not to make it look like this script should be run without manually running it through the interpreter. REPOSITORY R249 KI18n BRANCH master REVISION DETAIL https://phabricator.kde.org/D9295 AFFECTED FILES cmake/ts-pmap-compile.py To: sitter, ilic Cc: #frameworks