From e48dac79f3c3a56d114dc863c3781d675f179e5e Mon Sep 17 00:00:00 2001 From: Sorin Ionescu Date: Tue, 21 May 2013 13:50:22 -0400 Subject: [PATCH] Add double slash after Bwana.app's man protocol Safari 6's unified location and search bar can no longer tell the difference between a protocol and a colon search. --- modules/osx/functions/manb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/osx/functions/manb b/modules/osx/functions/manb index aac5fb5..66bcd6f 100644 --- a/modules/osx/functions/manb +++ b/modules/osx/functions/manb @@ -9,7 +9,7 @@ function manb { local page if (( $# > 0 )); then for page in "$@"; do - open "man:$page" 2>/dev/null + open "man://$page" 2>/dev/null if (( $? != 0 )); then print "$0: Bwana is not installed" >&2 break