commit | f281e3a1c5948b7dbe2fb47731376506ba3c8c38 | [log] [tgz] |
---|---|---|
author | Fredrik Kuivinen <frekui@gmail.com> | Sat Jan 06 11:40:06 2007 +0100 |
committer | Junio C Hamano <junkio@cox.net> | Sat Jan 06 10:44:59 2007 -0800 |
tree | 5b993f96590da5090d2af3351afad0588c75ddf9 | |
parent | cdc0873a78771926b18d9331e04f466ded1b98f2 [diff] [blame] |
instaweb: Nicer error message when the http daemon isn't found Signed-off-by: Fredrik Kuivinen <frekui@gmail.com> Signed-off-by: Junio C Hamano <junkio@cox.net>
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 @@ 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."