summaryrefslogtreecommitdiff
path: root/maint.mk
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-04-05 17:45:04 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-04-05 17:45:04 +0200
commit36d437d4861f74f8df506b737d079bb62c794d82 (patch)
tree1a8cbebfdcf29c87c9cf8e874cec1c9cb0d6570f /maint.mk
parentbaa36085ac09f0ff7e0542ebba3b0986accf81c3 (diff)
downloadgnutls-36d437d4861f74f8df506b737d079bb62c794d82.tar.gz
updated gnulib
Diffstat (limited to 'maint.mk')
-rw-r--r--maint.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/maint.mk b/maint.mk
index 951b3586fc..2228a378b5 100644
--- a/maint.mk
+++ b/maint.mk
@@ -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 \