From 145d2bceaaf622475218abf3a549d2285298fc3c Mon Sep 17 00:00:00 2001 From: midipix Date: Feb 16 2024 08:16:16 +0000 Subject: driver: slbt_get_lconf_var(): accept colons in tool-specific arguments. --- diff --git a/src/internal/slibtool_lconf_impl.c b/src/internal/slibtool_lconf_impl.c index 102a2b6..c7d2fd3 100644 --- a/src/internal/slibtool_lconf_impl.c +++ b/src/internal/slibtool_lconf_impl.c @@ -698,7 +698,7 @@ static int slbt_get_lconf_var( else if ((*mark == '.') || (*mark == '_')) (void)0; - else if (*mark == space) + else if ((*mark == ':') || (*mark == space)) (void)0; else