diff --git a/Commands/View Man Page.tmCommand b/Commands/View Man Page.tmCommand index c87072d..bfc7432 100644 --- a/Commands/View Man Page.tmCommand +++ b/Commands/View Man Page.tmCommand @@ -5,7 +5,7 @@ beforeRunningCommand nop command - res=$(ruby -rui -e"print TextMate::UI.request_string(:title => 'Manual Page', :prompt => 'What manual page do you want?', :button1 => 'View', :button2 => 'Cancel').to_s") + res=$(/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby -rui -e"print TextMate::UI.request_string(:title => 'Manual Page', :prompt => 'What manual page do you want?', :button1 => 'View', :button2 => 'Cancel').to_s") [[ -z "$res" ]] && exit_discard