git://git.exim.org
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
142fd50
)
fix non-perl build
author
Jeremy Harris
<jgh146exb@wizmail.org>
Sun, 8 Sep 2024 21:24:05 +0000
(22:24 +0100)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Sun, 8 Sep 2024 21:24:05 +0000
(22:24 +0100)
Broken-by: 9a0f997bac85 + 142fd50739f5
src/scripts/drivers-Makefile
patch
|
blob
|
history
diff --git
a/src/scripts/drivers-Makefile
b/src/scripts/drivers-Makefile
index de3c239a6199d42ca8df012debf97748fef36c4f..4b2bf245b6c87f2498dcffd94ef4b4441f6af21c 100755
(executable)
--- a/
src/scripts/drivers-Makefile
+++ b/
src/scripts/drivers-Makefile
@@
-105,7
+105,7
@@
want_dynamic() {
want_not_disabled() {
local want_name="${1#_}"
- [ "$
local_want_name" = "$1" ] && return 0
;
+ [ "$
want_name" = "$1" ] && return 1
;
local re="DISABLED_${want_name}[ $tab]*=[ $tab]*."
env | ${egrep} -q "^$re"
[ $? -ne 0 ] && return 0