Browse Source

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.
master
Sorin Ionescu 11 years ago
parent
commit
e48dac79f3
  1. 2
      modules/osx/functions/manb

2
modules/osx/functions/manb

@ -9,7 +9,7 @@ function manb {
local page local page
if (( $# > 0 )); then if (( $# > 0 )); then
for page in "$@"; do for page in "$@"; do
open "man:$page" 2>/dev/null open "man://$page" 2>/dev/null
if (( $? != 0 )); then if (( $? != 0 )); then
print "$0: Bwana is not installed" >&2 print "$0: Bwana is not installed" >&2
break break

Loading…
Cancel
Save