This is the mail archive of the cygwin@cygwin.com 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: unzip - known problem?


>Works for me (tm).

You got lucky (well, you used a better version of zip, or at least didn't
spec the order as clearly):

bash-2.05b$ ls -R
.:
cat  cat.exe

./cat:
mouse.exe
bash-2.05b$ zip -r test cat.exe cat
  adding: cat.exe (deflated 55%)
  adding: cat/ (stored 0%)
  adding: cat/mouse.exe (deflated 55%)
bash-2.05b$ rm -rf cat.exe cat
bash-2.05b$ unzip test.zip
Archive:  test.zip
  inflating: cat.exe
checkdir error:  cat exists but is not directory
                 unable to process cat/.
checkdir error:  cat exists but is not directory
                 unable to process cat/mouse.exe.
bash-2.05b$

-Richard Campbell.

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