[Pkg-cron-devel] [SCM] Git repository for pkg-cron branch, master, updated. debian/3.0pl1-119-40-g1499d76
Javier Fernandez-Sanguino
jfs at debian.org
Wed Mar 21 23:15:54 UTC 2012
The following commit has been merged in the master branch:
commit 1499d76508b2ab6492035ea072516a6acf7be8e1
Author: Javier Fernandez-Sanguino <jfs at debian.org>
Date: Thu Mar 22 00:15:51 2012 +0100
Remove innecesary -E since DEV is not a regular expression
diff --git a/debian/standard.daily b/debian/standard.daily
index 0b08b57..2af128c 100644
--- a/debian/standard.daily
+++ b/debian/standard.daily
@@ -44,7 +44,7 @@ do
echo "$FSTYPE" | grep -q -E '^(ext2|ext3|ext4|xfs)$' || continue
# Only check a filesystem once
- echo "$SEENFS" | grep -q -E "$DEV " && continue
+ echo "$SEENFS" | grep -q "$DEV " && continue
SEENFS="$DEV $SEENFS"
[ "$MTPT" = '/' ] && MTPT=""
--
Git repository for pkg-cron
More information about the Pkg-cron-devel
mailing list