From f7ca2446a325e81f13fddb59bc8139a499ca1479 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Sat, 12 Nov 2011 14:36:35 -0800 Subject: [PATCH] editors.jedit: return "jedit" when looking for jedit path --- basis/editors/jedit/jedit.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/editors/jedit/jedit.factor b/basis/editors/jedit/jedit.factor index 802e02ca5f..fa8f6f66e5 100644 --- a/basis/editors/jedit/jedit.factor +++ b/basis/editors/jedit/jedit.factor @@ -12,7 +12,7 @@ ERROR: jedit-not-found ; HOOK: find-jedit-path os ( -- path ) -M: object find-jedit-path f ; +M: object find-jedit-path "jedit" ; M: macosx find-jedit-path "org.gjt.sp.jedit" find-native-bundle