summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-08-02 13:16:13 -0300
committerRenato Botelho <renato@netgate.com>2016-08-02 13:16:13 -0300
commitb34d81cec88de4fa4713d7f8d853a3c527f983e0 (patch)
tree52ae676af6154c47044fbb7f10f7b669e2e97291
parent88a14469f0c421af9903701ca42656ce85158c6b (diff)
downloadpfsense-b34d81cec88de4fa4713d7f8d853a3c527f983e0.zip
pfsense-b34d81cec88de4fa4713d7f8d853a3c527f983e0.tar.gz
Show files in subdirectories too
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index b1bb588..78c1f8b 100755
--- a/build.sh
+++ b/build.sh
@@ -447,7 +447,7 @@ if [ -n "${SNAPSHOTS}" ]; then
fi
echo ">>> ${IMAGES_FINAL_DIR} now contains:"
-ls -lah ${IMAGES_FINAL_DIR}
+(cd ${IMAGES_FINAL_DIR} && find ${IMAGES_FINAL_DIR} -type f)
set -e
# Run final finish routines
OpenPOWER on IntegriCloud