Re: wcwidth / Unicode inconsistent

2017-11-29 Thread ML
hope to see this in Cygwin soon, I've been running a custom compilation of cygwin1.dll for awhile using some of Thomas's patches. On Wed, Nov 29, 2017, at 03:44 PM, Corinna Vinschen wrote: > On Nov 29 20:56, Thomas Wolff wrote: > > May I kindly remind of https://cygwin.co

Re: problem with subshells or childs?

2006-07-06 Thread ml
shell works. 2. Does it work when invoked directly from the command line? Does using /bin/sh help? Yes, invoking the same command string directly works. The problem only occurs when invoked from a script. And no, using /bin/sh does not help. Thanks! ml -- Unsubscribe info: http

Re: problem with subshells or childs?

2006-07-06 Thread ml
cript is not working: #!/usr/bin/sh /bin/rsync -Cavz -e "/usr/bin/ssh" /cygdrive/d/ server:/home/ml/backups/ Error is: rsync: Failed to exec "ssh: No such file or directory (2) rsync error: error in IPC code (code 14) at /home/lapo/packaging/tmp/rsync-2.6.6/pipe.c(83) rsync: connection un

Re: cygwin-1.5.20 problem: sh.exe (bash) crashed upon termination

2006-07-05 Thread ml
in*.dll in Your path or reachable? Did You run other cygwin tools from another (older) installation first? Were they still running while You get that error with Your new installation? -ml -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com

problem with subshells or childs?

2006-07-05 Thread ml
help me out? Thanks! ml [EMAIL PROTECTED]:~$ sh ls sh: /usr/bin/ls: No such file or directory [EMAIL PROTECTED]:~$ bash ls bash: /usr/bin/ls: No such file or directory [EMAIL PROTECTED]:~$ ls -la /usr/bin/ls -rwxr-x---+ 1 ml Users 91136 Jul 5 07:27 /usr/bin/ls [EMAIL PROTECTED]:~$ ls -la /bin