summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--functions1
1 files changed, 1 insertions, 0 deletions
diff --git a/functions b/functions
index 7581933..3c0cd89 100644
--- a/functions
+++ b/functions
@@ -167,6 +167,7 @@ add_module() {
fi
# aggregate modules and add them all at once to save some forks
+ (( QUIET )) || plain "adding module: %s" "$1"
MODPATHS+=("$path")
ADDED_MODULES+=("${module//-/_}")