Signed-off-by: Johannes Schindelin <Johannes.Schindelin@xxxxxx> --- git-instaweb.sh | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/git-instaweb.sh b/git-instaweb.sh index 242b55e..340ab98 100755 --- a/git-instaweb.sh +++ b/git-instaweb.sh @@ -245,4 +245,5 @@ esac start_httpd test -z "$browser" && browser=echo +which "$browser" >/dev/null 2>&1 || browser=echo $browser http://127.0.0.1:$port -- 1.4.2.rc2.g6a4e - : 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