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	Mon Dec 19 14:11:48 2011 +0000
+++ b/auto/install	Tue Dec 20 16:20:23 2011 +0000
@@ -72,7 +72,7 @@
 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