1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-17 15:27:36 +00:00

Turns out that bash whines line a spoiled three year old when it

encounters empty function. Put the 'true' passifier back. This
effectively backs out r264857.

Submitted by: Garrett Cooper
This commit is contained in:
Warner Losh 2014-04-24 21:18:01 +00:00
parent e0889c85fa
commit 19808f0fc2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=264892

View File

@ -637,6 +637,7 @@ last_orders () (
# after the build completed, for instance to copy the finished
# image to a more convenient place:
# cp ${NANO_DISKIMGDIR}/_.disk.image /home/ftp/pub/nanobsd.disk
true
)
#######################################################################