Skip to main content

Bug Tracker

Side navigation

#1385 closed bug (invalid)

Opened July 10, 2007 04:39PM UTC

Closed October 19, 2009 01:09AM UTC

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

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.

Attachments (0)
Change History (3)

Changed January 20, 2008 02:38PM UTC by joern comment:1

description: 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.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.

Fixed in [4487] for plugins.

Changed March 11, 2009 04:46PM UTC by dantman comment:2

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

Changed October 19, 2009 01:09AM UTC by dmethvin comment:3

resolution: → invalid
status: newclosed

zipped versions are no longer built.