Bug Tracker

Ticket #1385 (new bug)

Opened 17 months ago

Last modified 11 months ago

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

Changed 11 months ago by joern

  • description modified (diff)

Fixed in [4487] for plugins.

Note: See TracTickets for help on using tickets.