Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cygwin - does not check that you can unzip #20

Closed
tomaslin opened this issue Sep 28, 2012 · 2 comments
Closed

Cygwin - does not check that you can unzip #20

tomaslin opened this issue Sep 28, 2012 · 2 comments
Assignees
Labels

Comments

@tomaslin
Copy link
Contributor

Unzip is not installed by default in cygwin.

When trying to install a new grails version, you get

Downloading: grails 1.3.8 from:


  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 46.2M  100 46.2M    0     0   510k      0  0:01:32  0:01:32 --:--:-- 1370k

Installing: grails 1.3.8
/home/IE User/.gvm/bin/gvm: line 162: unzip: command not found
mv: cannot stat `/tmp/grails-1.3.8': No such file or directory
Done installing!
@ghost ghost assigned marc0der Sep 28, 2012
@marc0der
Copy link
Member

This requires an extra check for the unzip command in the install script.

@ghost ghost assigned marc0der Sep 29, 2012
@marc0der
Copy link
Member

Implemented the check for $(which unzip) in the install.sh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants