On Debian-based distributions, Chromium the browser is available under the name chromium-browser rather than chromium, to prevent conflicts with the Chromium B.S.U. game. Signed-off-by: Giuseppe Bilotta <giuseppe.bilotta@xxxxxxxxx> --- git-web--browse.sh | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/git-web--browse.sh b/git-web--browse.sh index f991dd0..9cd66e4 100755 --- a/git-web--browse.sh +++ b/git-web--browse.sh @@ -42,6 +42,9 @@ valid_tool() { init_browser_path() { browser_path=$(git config "browser.$1.path") + if test "$1" = chromium ; then + type chromium-browser > /dev/null 2>&1 && browser_path=chromium-browser + fi test -z "$browser_path" && browser_path="$1" } -- 1.7.3.2.624.gec6c7.dirty -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html