changeset 4376:9346356e433d

configure on Solaris fixed
author Sergey Budnevitch <sb@waeme.net>
date Tue, 20 Dec 2011 16:20:23 +0000
parents f31146f282fd
children 726a1ca9b52b
files auto/install
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/auto/install
+++ b/auto/install
@@ -72,7 +72,7 @@ case ".$NGX_HTTP_LOG_PATH" in
 esac
 
 
-if test -e man/nginx.8 ; then
+if test -f man/nginx.8 ; then
     NGX_MAN=man/nginx.8
 else
     NGX_MAN=docs/man/nginx.8