diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-17 22:32:19 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-17 22:32:19 +0000 |
commit | c4906071e28ff2c47381cc14451130bfd3dc310b (patch) | |
tree | 368e6892db971fb6792501572d42791ab9d936ff /deskutils/howm/files | |
parent | - Use correct condition when checking for GNUTLS knob: it is "on" by (diff) |
- Our grep doesn't support --exclude-dir option. Use --exclude
instead.
Notes
Notes:
svn path=/head/; revision=248037
Diffstat (limited to 'deskutils/howm/files')
-rw-r--r-- | deskutils/howm/files/patch-howm-vars.el | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/deskutils/howm/files/patch-howm-vars.el b/deskutils/howm/files/patch-howm-vars.el new file mode 100644 index 000000000000..028b9984b7ec --- /dev/null +++ b/deskutils/howm/files/patch-howm-vars.el @@ -0,0 +1,11 @@ +--- howm-vars.el.orig 2010-01-18 00:13:34.830023820 +0900 ++++ howm-vars.el 2010-01-18 00:13:50.346324312 +0900 +@@ -657,7 +657,7 @@ + This variable is obsolete and may be removed in future.") + (defvar howm-view-grep-default-option + (concat "-Hnr " +- (mapconcat (lambda (d) (concat "--exclude-dir=" d)) ++ (mapconcat (lambda (d) (concat "--exclude=" d)) + howm-excluded-dirs " "))) + (howm-defcustom-risky howm-view-grep-option howm-view-grep-default-option + "*Common grep option for howm." |