[Pkg-nagios-changes] [pkg-nagios-plugins-contrib] 04/04: Add missing " " around a filename variable in update_checksums.
Bernd Zeimetz
bernd at bzed.de
Fri Jul 11 13:18:39 UTC 2014
This is an automated email from the git hooks/post-receive script.
bzed pushed a commit to branch master
in repository pkg-nagios-plugins-contrib.
commit 779307ef1ae82bcf24595b5e5de85ce34a76f5a4
Author: Bernd Zeimetz <bernd at bzed.de>
Date: Fri Jul 11 15:18:07 2014 +0200
Add missing " " around a filename variable in update_checksums.
---
check_checksums/update_checksums | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/check_checksums/update_checksums b/check_checksums/update_checksums
index 69a86bb..2ef376b 100755
--- a/check_checksums/update_checksums
+++ b/check_checksums/update_checksums
@@ -33,7 +33,7 @@ for t in md5 sha1 sha224 sha256 sha384 sha512; do
sed 's,^[^ ]* ,,' ${fname} | while read f; do
if [ -f "${f}" ]; then
- ${tool} ${f} >> ${tmp}
+ ${tool} "${f}" >> ${tmp}
else
echo "${f} went missing, ignoring!"
fi
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/pkg-nagios-plugins-contrib
More information about the Pkg-nagios-changes
mailing list