Subject: Minor error in /usr/src/share/zoneinfo/zic.c
To: NetBSD Errors Account <netbsd-bugs@sun-lamp.cs.berkeley.edu>
From: Martin Husemann <martin@bi-link.owl.de>
List: netbsd-bugs
Date: 11/08/1993 02:17:32
The zoneinfo compiler sometimes calls a shell script "yearistype.sh" via
the system() function. This depends on "." beeing part of your path when
doing "make install".

If it would call "./yearistype.sh ..." all would work with no dependencies
from root's environment.


Martin

------------------------------------------------------------------------------