aboutsummaryrefslogtreecommitdiff
path: root/tools/tools/nanobsd/nanobsd.sh
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2014-04-24 21:18:01 +0000
committerWarner Losh <imp@FreeBSD.org>2014-04-24 21:18:01 +0000
commit19808f0fc21fa46efd97efcccf4766da792f8ea4 (patch)
treeb27ffc4d7bcd6c290358e8bbfb48d6180b075968 /tools/tools/nanobsd/nanobsd.sh
parente0889c85fa432da773c90e5ce3a3878acd519355 (diff)
downloadsrc-19808f0fc21fa46efd97efcccf4766da792f8ea4.tar.gz
src-19808f0fc21fa46efd97efcccf4766da792f8ea4.zip
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
Notes
Notes: svn path=/head/; revision=264892
Diffstat (limited to 'tools/tools/nanobsd/nanobsd.sh')
-rw-r--r--tools/tools/nanobsd/nanobsd.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/tools/nanobsd/nanobsd.sh b/tools/tools/nanobsd/nanobsd.sh
index 566f1a6b4562..cae8713b0269 100644
--- a/tools/tools/nanobsd/nanobsd.sh
+++ b/tools/tools/nanobsd/nanobsd.sh
@@ -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
)
#######################################################################