Unwanted .exe appended to symlinks

Jon A. Lambert jlsysinc@alltel.net
Mon Jul 11 12:44:00 GMT 2005


Eric Blake wrote:
> Confirmed.  Unfortunately, this is a side effect of my improvements
> to ln to unify the cygwin-specific .exe code which tries to determine
> when the original file exists as just "file" vs. "file.exe".  

See line 560 of postgres initdb script.

--------
cp /dev/null "$PGDATA"/postgresql.conf               || exit_nicely
-------

The initdb script is failing with...

cp: cannot stat `/dev/null.exe': No such file or directory

It's there but cp cannot see it...
.
$ lal /dev/null
crw-rw-rw-  1 postgres None 1, 3 Jul 11 08:42 /dev/null

--
J Lambert




--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list