summaryrefslogtreecommitdiffstats
path: root/functions
diff options
context:
space:
mode:
Diffstat (limited to 'functions')
-rw-r--r--functions6
1 files changed, 5 insertions, 1 deletions
diff --git a/functions b/functions
index 2b89c88..33bd28d 100644
--- a/functions
+++ b/functions
@@ -709,7 +709,11 @@ run_build_hook() {
fi
# run
- msg2 "Running build hook: [%s]" "${script##*/}"
+ if (( _optquiet )); then
+ msg2 "Running build hook: [%s]" "${script##*/}"
+ else
+ msg2 "Running build hook: [%s]" "$script"
+ fi
build
# if we made it this far, return successfully. Hooks can