The following reply was made to PR misc/160646; it has been noted by GNATS.
From: Garrett Cooper <[email protected]> To: [email protected], [email protected] Cc: Subject: Re: misc/160646: [build] [patch] rework build of osreldate.h to not depend on include/Makefile Date: Fri, 16 Sep 2011 12:04:30 -0700 (PDT) The attached patch doesn't work with non-bourne shell compatible shells. This line: + ${SHELL} ${MK_OSRELDATE_SH} needs to be changed to: + ${MK_OSRELDATE_SH} and the script needs to be mode +x. Lesson being that I guess I should use csh more often.. Thanks! -Garrett _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
