This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Unwanted .exe appended to symlinks


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]