On 21/09/2012, at 02.22, FZiegler wrote:
[…] the following lines don't work for me:
SCRIPT="$(find_app Skim.app)/Contents/Resources/displayline"
[…] workaround […]
/Volumes/Home/Applications/Skim.app/Contents/SharedSupport/displayline &>/dev/console "$TM_LINE_NUMBER" "$PDF" "$TM_FILEPATH"
[…] Can anyone suggest a better fix than my workaround?
How about simply changing the SCRIPT to:
SCRIPT="$(find_app Skim.app)/Contents/SharedSupport/displayline"
Skim moved their script from Resources to SharedSupport and this is why your version broke.
If you do want to try the “latest” (1.x) bundle then a fork exists: https://github.com/textmate/latex.tmbundle/tree/textmate-1.x