summaryrefslogtreecommitdiffstats
path: root/scripts/lib/ptxd_make_check_src.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/lib/ptxd_make_check_src.sh')
-rw-r--r--scripts/lib/ptxd_make_check_src.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/ptxd_make_check_src.sh b/scripts/lib/ptxd_make_check_src.sh
index 3c377a37d..36f451a87 100644
--- a/scripts/lib/ptxd_make_check_src.sh
+++ b/scripts/lib/ptxd_make_check_src.sh
@@ -34,7 +34,7 @@ ptxd_make_check_src_impl() {
return
fi
- echo "${md5} ${src}" | md5sum --check --quiet > /dev/null 2>&1
+ echo "${md5} ${src}" | md5sum --check > /dev/null 2>&1
}
export -f ptxd_make_check_src_impl