[debsums] 25/184: typo fixing.

Axel Beckert abe at deuxchevaux.org
Mon Mar 2 21:21:15 UTC 2015


This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository debsums.

commit 5641416c3a9b3f91e606283edb85920b6fcf00c8
Author: Mike Forbes <mike at nothing.net.nz>
Date:   Wed Jul 9 16:26:11 2008 +1200

    typo fixing.
---
 debian/debsums.cron.daily | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/debian/debsums.cron.daily b/debian/debsums.cron.daily
index 35a0ac3..a7162bc 100644
--- a/debian/debsums.cron.daily
+++ b/debian/debsums.cron.daily
@@ -1,7 +1,12 @@
 #!/bin/sh -e
 
-[ -x $tripwire ] || exit 0
 
-DEBSUMS=/usr/bin/debsums
+
+debsums=/usr/bin/debsums
+
+[ -x $debsums ] || exit 0
+
+
+
 
 $debsums -cs | egrep -v "`cat /etc/debsums-ignore`"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/debsums.git



More information about the Pkg-perl-cvs-commits mailing list