From a93dc3751bad915d103a1af2d9cb08c79061ee90 Mon Sep 17 00:00:00 2001 From: "Simon L. B. Nielsen" Date: Sun, 21 Sep 2008 18:02:00 +0000 Subject: [PATCH] Include $NANO_NAME in the completed message. This is nice if you are building multiple NanoBSD images at once to keep track of what is running and what isn't. --- tools/tools/nanobsd/nanobsd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/tools/nanobsd/nanobsd.sh b/tools/tools/nanobsd/nanobsd.sh index f2bb70b8941d..48b5179e38e8 100644 --- a/tools/tools/nanobsd/nanobsd.sh +++ b/tools/tools/nanobsd/nanobsd.sh @@ -750,4 +750,4 @@ else fi last_orders -echo "# NanoBSD image completed" +echo "# NanoBSD image ${NANO_NAME} completed"