bug-gawk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: MinGw port of gawkextlib


From: Eli Zaretskii
Subject: Re: MinGw port of gawkextlib
Date: Thu, 12 May 2022 19:46:06 +0300

> Cc: bug-gawk@gnu.org
> From: Manuel Collado <mcollado2011@gmail.com>
> Date: Thu, 12 May 2022 18:03:27 +0200
> 
> >>    AWK = LC_ALL=$${GAWKLOCALE:-C} LANG=$${GAWKLOCALE:-C} 
> >> AWKLIBPATH=../.libs:`$(GAWKPROG) 'BEGIN {print ENVIRON["AWKLIBPATH"]}' | 
> >> sed "s,d:/,/d/,"`
> 
> Well, in my case it is not d: but c:. Perhaps The final sed command 
> could be changed to something like | sed "s,:(.):/,/:\1/,"

Yes, d: is not general enough.  But we could use [a-z] instead.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]