Ticket #1385 (new bug)
zip release unzips into pwd, not own dir
| Reported by: | returnthis | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.1.4 |
| Component: | build | Version: | 1.1.3 |
| Keywords: | Cc: | ||
| Needs: | Review |
Description (last modified by joern) (diff)
unzipping the release should create a single dir in the pwd. It should not unzip into the current dir.
Expected:
$ cd ~/temp $ wget http://jquery.com/src/jquery-1.1.2.build.zip $ unzip jquery-1.1.2.build.zip
there should now be a ~/temp/jquery-1.1.2 dir
However, the current zip files all uncompress into the cur dir.
Change History
Note: See
TracTickets for help on using
tickets.
