summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2009-02-03 21:47:30 +0100
committerDaniel Friesel <derf@derf.homelinux.org>2009-02-03 21:47:30 +0100
commit695e54a33a9d69867ccf549d20be4cc7ef6e6ef3 (patch)
tree04bc1a594339d8bd9a8a697c27324bad200068ee /etc
parent6a7ebe551040f03b43e0c77a46a9e276e13461e3 (diff)
gtd-all: Don't use colors, they confuse fgrep (cause trailing newline)
Diffstat (limited to 'etc')
-rwxr-xr-xetc/functions/gtd-all2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/functions/gtd-all b/etc/functions/gtd-all
index cefe62b..c4e23e6 100755
--- a/etc/functions/gtd-all
+++ b/etc/functions/gtd-all
@@ -18,5 +18,5 @@ function gtd_grep {
for database in $prefix/*(.N); {
echo "\n${database:t}"
- todo --database $database --force-colour | gtd_grep
+ todo --database $database | gtd_grep
}