summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-08-01 17:38:48 -0300
committerRenato Botelho <renato@netgate.com>2016-08-01 17:38:48 -0300
commit5fa6aecca427b09a3d9f63be96e455915f2f2d35 (patch)
tree2cbf7d0fe64fdb8cc2601dc20fce6b74931b9785 /tools
parent80c76b0c86ce3ecddcfc90565a2fdc0ca5f283b7 (diff)
downloadpfsense-5fa6aecca427b09a3d9f63be96e455915f2f2d35.zip
pfsense-5fa6aecca427b09a3d9f63be96e455915f2f2d35.tar.gz
Only point log error instead of tail it, it creates confusion
Diffstat (limited to 'tools')
-rw-r--r--tools/builder_common.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/builder_common.sh b/tools/builder_common.sh
index 26cb2a8..50ef95c 100644
--- a/tools/builder_common.sh
+++ b/tools/builder_common.sh
@@ -105,12 +105,8 @@ print_error_pfS() {
echo
echo "NOTE: a lot of times you can run './build.sh --clean-builder' to resolve."
echo
- if [ "$1" != "" ]; then
- echo $1
- fi
[ -n "${LOGFILE}" -a -f "${LOGFILE}" ] && \
echo "Log saved on ${LOGFILE}" && \
- tail -n20 ${LOGFILE} >&2
echo
kill $$
exit 1
OpenPOWER on IntegriCloud