summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2017-02-15 14:24:51 -0200
committerRenato Botelho <renato@netgate.com>2017-02-15 14:24:58 -0200
commita86246fbf3af6f6b8711019a61cda8ea2cc978de (patch)
tree1ed0fafde81a85adf57de15ffe7c6ab7ae258e8b /tools
parentaa5f397a16e2184d48c7c9cf32580caef735c7b6 (diff)
downloadpfsense-a86246fbf3af6f6b8711019a61cda8ea2cc978de.zip
pfsense-a86246fbf3af6f6b8711019a61cda8ea2cc978de.tar.gz
Add missing space
Diffstat (limited to 'tools')
-rw-r--r--tools/builder_common.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/builder_common.sh b/tools/builder_common.sh
index b4e1511..2d6b404 100644
--- a/tools/builder_common.sh
+++ b/tools/builder_common.sh
@@ -1130,7 +1130,7 @@ clean_builder() {
mkdir -p $KERNEL_BUILD_PATH
echo -n ">>> Cleaning previously built images..."
- chflags -R noschg ${IMAGES_FINAL_DIR} ${STAGINGAREA}2>&1 1>/dev/null
+ chflags -R noschg ${IMAGES_FINAL_DIR} ${STAGINGAREA} 2>&1 1>/dev/null
rm -rf $IMAGES_FINAL_DIR/*
rm -rf $STAGINGAREA/*
echo "Done!"
OpenPOWER on IntegriCloud