[TxMt] Error running LaTeX with new preferences system

Robin Houston robin.houston at gmail.com
Tue Aug 7 19:58:11 UTC 2007


On 07/08/07, Brad Miller <bmiller at luther.edu> wrote:
> I'm amazed that /usr/bin/type is not part of 10.3.

'type' is a bash builtin, so you can just change

  os.system('/usr/bin/type ...

to

  os.system('type ...

Robin



More information about the textmate mailing list