Skip to content

Commit

Permalink
Tests: Use first TextMate PID
Browse files Browse the repository at this point in the history
 #ignore
  • Loading branch information
sanssecours committed Sep 11, 2017
1 parent 0879ff9 commit 1fa5604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export TM_SUPPORT_PATH = $(BUNDLE_DIR)/Bundle Support.tmbundle/Support/shared

TEXTMATE_DIR = /Applications/TextMate.app/Contents
DIALOG_DIR = $(TEXTMATE_DIR)/PlugIns/Dialog2.tmplugin/Contents
TM_PID = $(shell pidof Textmate | sed -E 's/[[:space:]]+//')
TM_PID = $(shell pidof Textmate | cut -f 1 -d ' ' | sed -E 's/[[:space:]]+//')

export TM_MATE = $(TEXTMATE_DIR)/Resources/mate
export DIALOG = $(DIALOG_DIR)/Resources/tm_dialog2
Expand Down

0 comments on commit 1fa5604

Please sign in to comment.