[exim-cvs] fix non-perl build

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Exim Git Commits Mailing List
Data:  
Para: exim-cvs
Asunto: [exim-cvs] fix non-perl build
Gitweb: https://git.exim.org/exim.git/commitdiff/bfb005ee42cc42f566874ded6f99bec420633076
Commit:     bfb005ee42cc42f566874ded6f99bec420633076
Parent:     142fd50739f5ba92bac4a0162d03d818e78dd3b7
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Sun Sep 8 22:24:05 2024 +0100
Committer:  Jeremy Harris <jgh146exb@???>
CommitDate: Sun Sep 8 22:24:05 2024 +0100


    fix non-perl build


    Broken-by: 9a0f997bac85 + 142fd50739f5
---
 src/scripts/drivers-Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


diff --git a/src/scripts/drivers-Makefile b/src/scripts/drivers-Makefile
index de3c239a6..4b2bf245b 100755
--- 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

--
## subscription configuration (requires account):
## https://lists.exim.org/mailman3/postorius/lists/exim-cvs.lists.exim.org/
## unsubscribe (doesn't require an account):
## exim-cvs-unsubscribe@???
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/