Re: parentheses in environment variable name

2013-05-09 Thread BJ Quinn
> 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:

parentheses in environment variable name

2013-05-08 Thread BJ Quinn
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

file locking problem

2007-09-19 Thread BJ
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 ==

A Brand New 100% Internet-Based Business

2004-03-01 Thread BJ Dagon
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,

sed : Not compatible between cygwin-B20 and cygwin-2.125.2.10

2002-01-17 Thread hiranaga $BJ?1J(J $BL3(J
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