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

-- 
If you can't change your underwear, can you be sure you have any?


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

Reply via email to