diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-04-05 17:45:04 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-04-05 17:45:04 +0200 |
commit | 36d437d4861f74f8df506b737d079bb62c794d82 (patch) | |
tree | 1a8cbebfdcf29c87c9cf8e874cec1c9cb0d6570f /maint.mk | |
parent | baa36085ac09f0ff7e0542ebba3b0986accf81c3 (diff) | |
download | gnutls-36d437d4861f74f8df506b737d079bb62c794d82.tar.gz |
updated gnulib
Diffstat (limited to 'maint.mk')
-rw-r--r-- | maint.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -279,7 +279,7 @@ define _sc_search_regexp if test -n "$$files"; then \ if test -n "$$prohibit"; then \ grep $$with_grep_options $(_ignore_case) -nE "$$prohibit" $$files \ - | grep -vE "$${exclude-^$$}" \ + | grep -vE "$${exclude:-^$$}" \ && { msg="$$halt" $(_sc_say_and_exit) } || :; \ else \ grep $$with_grep_options $(_ignore_case) -LE "$$require" $$files \ |