Artifact 40d98efdc81e3861be32ec4ac1b09f55600714a8:
- Executable file utils/mt_xterm — part of check-in [9d294a320e] at 2013-08-22 14:13:42 on branch v1.55 — Added tweak to preserve DISPLAY var when loading xterm and suppressed some errors on accessing a read-only testdat.db (user: mrwellan, size: 202) [annotate] [blame] [check-ins using] [more...]
#!/bin/bash MT_TMPDISPLAY=$DISPLAY if [ -e megatest.sh ];then source megatest.sh fi export DISPLAY=$MT_TMPDISPLAY if [ x"$MT_XTERM_CMD" == "x" ];then exec xterm "$@" else exec $MT_XTERM_CMD fi