• 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 _______________________________________________ textmate-dev mailing list [email protected] http://lists.macromates.com/listinfo/textmate-dev
