the bitrig master branch has been updated by patrick with 1 new commit: commit 8479974b527a4d2feeecb5a1cdb396011d13d75f diff: https://github.com/bitrig/bitrig/commit/8479974 author: Patrick Wildt <[email protected]> date: Sat Nov 29 10:45:59 2014 +0100
Fix git branch in kernel bootup msg for branches with '/'. Branches that use '/', like our stable branches, were not shown correctly in the bootup message. This is caused by cut cutting at '/' and only using the 3rd field. To fix this, let cut show every field after the 2nd. ok natano@ M sys/conf/newvers.sh
