Skip to content

Commit

Permalink
fix path to man
Browse files Browse the repository at this point in the history
  • Loading branch information
jyio committed Apr 4, 2012
1 parent 1f36903 commit 75df20f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion botbrew
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ botbrew_fix_interpreter_path() {
botbrew_fix_interpreter_path "$target" '/usr/bin/python' 's/\/usr\/bin\/python/\/botbrew\/bin\/python/g'
botbrew_fix_interpreter_path "$target" '/usr/local/bin/python' 's/\/usr\/local\/bin\/python/\/botbrew\/bin\/python/g'
botbrew_fix_interpreter_path "$target" '/usr/bin/perl' 's/\/usr\/bin\/perl/\/botbrew\/bin\/perl/g'
botbrew_fix_interpreter_path "$target" '/usr/bin/man' 's/\/usr\/bin\/perl/\/botbrew\/bin\/man/g'
botbrew_fix_interpreter_path "$target" '/usr/bin/man' 's/\/usr\/bin\/man/\/botbrew\/bin\/man/g'
elif [ "$operation" = "" ]; then
echo 1>&2 "No operation specified."
return 1
Expand Down

0 comments on commit 75df20f

Please sign in to comment.