summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Hands <phil@hands.com>2015-11-12 20:37:31 +0100
committerHolger Levsen <holger@layer-acht.org>2015-11-14 14:23:39 +0100
commitb6e3571eb9972aa765b1e5793baae6b3cfa1683f (patch)
tree143d5f9677c60d26fe044058743c58a6e25ad104
parent703124fc74c45c31da1fe830175040bd067c8a25 (diff)
downloadjenkins.debian.net-b6e3571eb9972aa765b1e5793baae6b3cfa1683f.tar.xz
neater way to avoid finding one[s]elf with grep
-rwxr-xr-xupdate_jdn.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update_jdn.sh b/update_jdn.sh
index beea9b29..824dc70b 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -453,7 +453,7 @@ fi
# There's always some work left...
# echo FIXME is ignored so check-jobs scripts can output templates requiring manual work
#
-rgrep FIXME $BASEDIR/* | grep -v "rgrep FIXME" | grep -v echo > $TMPFILE
+rgrep FI[X]ME $BASEDIR/* | grep -v echo > $TMPFILE
if [ -s $TMPFILE ] ; then
echo
cat $TMPFILE