mirror of
https://github.com/nginx/nginx.git
synced 2026-08-04 14:58:20 +00:00
configure on Solaris fixed
This commit is contained in:
parent
d79f4523f8
commit
2f6e243499
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue