Signed-off-by: Fredrik Kuivinen <frekui@xxxxxxxxx> --- git-instaweb.sh | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) 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." - 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