summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2014-04-24 21:18:01 +0000
committerimp <imp@FreeBSD.org>2014-04-24 21:18:01 +0000
commitf48ef03ffc63ff7a74dc916381058a340d599122 (patch)
treeb27ffc4d7bcd6c290358e8bbfb48d6180b075968 /tools
parentd7c99e665d16e77a1186ed26ff912eacb362a7ed (diff)
downloadFreeBSD-src-f48ef03ffc63ff7a74dc916381058a340d599122.zip
FreeBSD-src-f48ef03ffc63ff7a74dc916381058a340d599122.tar.gz
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
Diffstat (limited to 'tools')
-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 566f1a6..cae8713 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
)
#######################################################################
OpenPOWER on IntegriCloud