[Logcheck-commits] CVS logcheck/src
CVS User maks-guest
logcheck-devel@lists.alioth.debian.org
Mon, 07 Jun 2004 10:09:51 -0600
Update of /cvsroot/logcheck/logcheck/src
In directory haydn:/tmp/cvs-serv31988/src
Modified Files:
logcheck
Log Message:
fix another typo in just added code.
--- /cvsroot/logcheck/logcheck/src/logcheck 2004/06/07 15:48:43 1.55
+++ /cvsroot/logcheck/logcheck/src/logcheck 2004/06/07 16:09:51 1.56
@@ -22,7 +22,7 @@
# along with Logcheck; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-# $Id: logcheck,v 1.55 2004/06/07 15:48:43 maks-guest Exp $
+# $Id: logcheck,v 1.56 2004/06/07 16:09:51 maks-guest Exp $
# Set the umask
@@ -304,7 +304,7 @@
# Remove any entries already reported
for file in $(ls $raise/ | grep -v '^logcheck') ; do
debug "Cleaning logcheck: $file"
- if[ -f "$ignore/$file" ]; then
+ if [ -f "$ignore/$file" ]; then
cleanchecked "$ignore/$file"
fi
done