diff options
author | Philip Hands <phil@hands.com> | 2015-11-12 20:37:31 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-11-14 14:23:39 +0100 |
commit | b6e3571eb9972aa765b1e5793baae6b3cfa1683f (patch) | |
tree | 143d5f9677c60d26fe044058743c58a6e25ad104 | |
parent | 703124fc74c45c31da1fe830175040bd067c8a25 (diff) | |
download | jenkins.debian.net-b6e3571eb9972aa765b1e5793baae6b3cfa1683f.tar.xz |
neater way to avoid finding one[s]elf with grep
-rwxr-xr-x | update_jdn.sh | 2 |
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 |