Opened 12 years ago

Closed 12 years ago

#82 closed defect (invalid)

Build on Solaris problem

Reported by: www.google.com/accounts/o8/id?id=AItOawk-q70sIKGWRpgMCXjAMOqKG3StSgTN6xo Owned by: somebody
Priority: minor Milestone:
Component: nginx-core Version: 1.0.x
Keywords: Cc:
uname -a: SunOS xxxx 5.10 Generic_142900-12 sun4u sparc SUNW,Sun-Fire-V240
nginx -V: nginx-1.0.11

Description

Little bug during build that appeared in 1.0.11 :
./auto/install file

Please replace
"if test -e man/nginx.8 ; then"
by
"if test -f man/nginx.8 ; then"

Other tests on files in build uses "-f", it's the only one using "-e" and it breaks on sh

Change History (1)

comment:1 by Sergey Budnevitch, 12 years ago

Resolution: invalid
Status: newclosed

fixed already in [4377].
BTW current nginx version is 1.1.12

Note: See TracTickets for help on using tickets.