Changeset 1dab093 in mainline
- Timestamp:
- 2017-11-02T18:39:33Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- bd92e6d5
- Parents:
- aad43a8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/ew.py
raad43a8 r1dab093 65 65 66 66 def run_in_console(cmd, title): 67 cmdline = termemu_detect() + ' -T ' + '"' + title + '"' + ' -e \'' + cmd + '\'' 67 ecmd = cmd.replace('"', '\\"') 68 cmdline = termemu_detect() + ' -T ' + '"' + title + '"' + ' -e "' + ecmd + '"' 68 69 print(cmdline) 69 70 if not is_override('dryrun'):
Note:
See TracChangeset
for help on using the changeset viewer.