summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2015-05-25 18:08:08 (EDT)
committer P. J. McDermott <pj@pehjota.net>2015-05-25 18:11:21 (EDT)
commitffa222f56097ea9c4b8c470ba3ef389c1d21ff84 (patch)
treef755e45e896ce7c9c39d02f5566a23d173722e03
parent6fb8eb42460e7189588519db6f0c8584b8203858 (diff)
include: Don't print list of included files
This is a small bug introduced in commit 85645cd.
-rw-r--r--lib/cmd/include.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/cmd/include.sh b/lib/cmd/include.sh
index 79637af..4d279af 100644
--- a/lib/cmd/include.sh
+++ b/lib/cmd/include.sh
@@ -26,7 +26,7 @@ cmd_include_main()
init
for changes in "${@}"; do
- include_changes "${changes}"
+ include_changes "${changes}" >/dev/null
done
fini