From 5371504f3f078307d57e5ba04943ecc43436ad63 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Tue, 14 Feb 2017 08:42:00 -0200 Subject: Remove $MNT after use --- tools/builder_common.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tools/builder_common.sh') diff --git a/tools/builder_common.sh b/tools/builder_common.sh index 1e2293e..091266a 100644 --- a/tools/builder_common.sh +++ b/tools/builder_common.sh @@ -866,6 +866,9 @@ awk ' # Restore default action trap "-" 1 2 15 EXIT + chflags -R noschg $MNT + rm -rf $MNT + # Check each image and ensure that they are over # 3 megabytes. If either image is under 20 megabytes # in size then error out. -- cgit v1.1