On Wed, Jul 1, 2015 at 8:55 PM, Marko Turk <mark...@markoturk.info> wrote: > Hi, > > after today update to r284993, my /bin/freebsd-version is wrong. It > contains both freebsd-version script and newvers.sh as if someone > concatenated these two files into /bin/freebsd-version. > > Can anyone confirm or is it just me? > > BR, > Marko
Looks like this commit broke it: https://svnweb.freebsd.org/base?view=revision&sortby=rev&sortdir=down&revision=284957 I think the problem is that ${.ALLSRC} expands now to both ${.CURDIR}/freebsd-version.sh.in and ${NEWVERS} where ${NEWVERS} is the newvers.sh from sys/conf/. -Kimmo _______________________________________________ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"