> -----Original Message----- > From: cygwin-owner On Behalf Of Eric Hanchrow > Sent: 20 April 2004 19:55
> This has burned me often enough that I've made a little shell > function that reminds me: > if [ "$OSTYPE" = "cygwin" ]; then > unzip () > { > command unzip "$@" > echo If you are unzipping DLLs, be sure to make them > executable. > /dev/stderr > } > fi Indeed. It's not Zip's job to preserve file perms. That's what tar is for. cheers, DaveK -- Can't think of a witty .sigline today.... -- 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/