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]

Wrong cp exe magic


I forgot if this was already raised, but it looks pretty weird:

$ cp /usr/src/xapian/xapian-omega-1.0.14a/.build/.libs/scriptindex /bin/
cp: cannot create regular file `/bin/scriptindex': File exists

$ cp -f /usr/src/xapian/xapian-omega-1.0.14a/.build/.libs/scriptindex /bin/
cp: cannot create regular file `/bin/scriptindex': File exists

$ cp -f /usr/src/xapian/xapian-omega-1.0.14a/.build/.libs/scriptindex.exe /bin/

At least --force should outsmart our .exe magic.
-- 
Reini Urban
http://phpwiki.org/           http://murbreak.at/

--
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


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