Opened 16 years ago
Closed 13 years ago
#1385 closed bug (invalid)
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: | ||
Blocked by: | Blocking: |
Description (last modified by )
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 (3)
comment:1 Changed 15 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 14 years ago by
I actually find this to be normal. Every zip file I've unziped from the command line from any project has always polluted the current directory. I've just made it a point to create directories before running unzip
comment:3 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
zipped versions are no longer built.
Note: See
TracTickets for help on using
tickets.
Fixed in [4487] for plugins.