Differences From Artifact [934e8154c8]:
- Executable file xvfs-create — part of check-in [d36db7c01b] at 2019-09-20 15:22:58 on branch trunk — Made wrappers around minirivet for some XVFS calls (user: rkeene, size: 2281) [annotate] [blame] [check-ins using]
To Artifact [5ca0ed49a5]:
- Executable file xvfs-create — part of check-in [3cb72a0d20] at 2019-09-20 15:30:12 on branch trunk — Cleanup around xvfs::argv (user: rkeene, size: 2262) [annotate] [blame] [check-ins using]
︙ | |||
46 47 48 49 50 51 52 | 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 | - - + | package require xvfs if {[info exists outputFile]} { set fd [open $outputFile w] ::xvfs::setOutputChannel $fd } |
︙ |