> env - "CommonProgramFiles(x86)"="...whatever" /bin/bash.exe (or another
> program...)
>will set the name with parens in the environment...
Exactly one million thanks. That did it!
-BJ
--
Problem reports: http://cygwin.com/problems.html
FAQ:
perhaps I'm on the wrong track altogether. I'm
open to any suggestions.
Thanks!
-BJ Quinn
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
I have a file locking problem that is solved under Mac and Linux using
fcntl:
int lockRepFile (int fd, char lock, size_t from, size_t length) {
struct flock fl;
fl.l_start = from;
fl.l_len = length;
fl.l_pid = 0;
if (lock == 'r') fl.l_type = F_RDLCK;
else if (lock ==
to pass you by,
you'll forever regret the decision.
Go ahead evaluate the program and surely you
will discover that this is what you have been
dreaming of.
The time to act is now.
Not tomorrow... not someday... but right here,
RIGHT NOW!
Sincerely,
Following command dosn't work on cygwin-2.125.2.10
sed -e 's-\\-/-g'
sed: -e expression #1, char 7: Unterminated `s' command <- error message
But same command work on cygwin-B20.
---
Tsutomu HIRANAGA
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug repor
5 matches
Mail list logo