From f281e3a1c5948b7dbe2fb47731376506ba3c8c38 Mon Sep 17 00:00:00 2001 From: Fredrik Kuivinen Date: Sat, 6 Jan 2007 11:40:06 +0100 Subject: instaweb: Nicer error message when the http daemon isn't found Signed-off-by: Fredrik Kuivinen Signed-off-by: Junio C Hamano diff --git a/git-instaweb.sh b/git-instaweb.sh index 08362f4..80adc83 100755 --- a/git-instaweb.sh +++ b/git-instaweb.sh @@ -53,6 +53,9 @@ start_httpd () { return fi done + echo "$httpd_only not found. Install $httpd_only or use" \ + "--httpd to specify another http daemon." + exit 1 fi if test $? != 0; then echo "Could not execute http daemon $httpd." -- cgit v0.10.2-6-g49f6