On 02/02/2006, at 2:03, Allan Odgaard wrote:
ALWAYS quote shell variables! Otherwise the shell does various forms of parsing after expanding it. So the line should be: open -a Final\ Draft\ 7 "$TM_FILEPATH"
And I would also quote the application name, as less errors tend to happen in the long run when doing that, but of course escaping space also works.
-- Sune.