Re: cygrunsrv --list output in braces

2022-12-16 Thread Andrey Repin via Cygwin
Greetings, ASSI! > Andrey Repin via Cygwin writes: >> The question is a proverbial one: Who's guilty and what to do? > You have more than one Cygwin installation (cygwin1.dll) and the path is > different in different environments. How should I know? Where it is documented? (Also, it is the same

Re: cygrunsrv --list output in braces

2022-12-16 Thread ASSI via Cygwin
Andrey Repin via Cygwin writes: > The question is a proverbial one: Who's guilty and what to do? You have more than one Cygwin installation (cygwin1.dll) and the path is different in different environments. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

cygrunsrv --list output in braces

2022-12-16 Thread Andrey Repin via Cygwin
Greetings, All! When I run cygrunsrv from dash/bash, the list is garbled with braces, while when I run it from CMD prompt, the list is bare. For me, this is a regression since before the script sh -xc "for svc in $( cygrunsrv --list | grep -v cygserver ) cygserver; do net stop "^"$svc^""; done"