Changeset 1dab093 in mainline for tools/ew.py
- Timestamp:
- 2017-11-02T18:39:33Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- bd92e6d5
- Parents:
- aad43a8
- File:
- 
      - 1 edited
 
 - 
          
  tools/ew.py (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      tools/ew.pyraad43a8 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.
  
