[SVN] r10052

Alexander John Ross alex.j.ross at gmail.com
Wed Jun 25 19:31:20 UTC 2008


• Use TextMate::Process.run to get version args instead of calling the shell with backticks.  Some commands write version information on stdout, some write it out stderr.  TextMate::Process.run seems to ignore redirection of stderr.  So, we will run the version_regex on (out + err) of the result of Process.run.  Since commands should not generally write on *both* stdout / stderr this should be ok.

Changed:
U   trunk/Support/lib/tm/executor.rb




More information about the textmate-dev mailing list