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

Make it works with wget 1.20.1 #178

Merged
merged 1 commit into from
Feb 12, 2019
Merged

Conversation

andromedarabbit
Copy link
Contributor

I got an error when trying to download abs binary with wget v1.20.1 like the followings:

3b579180-2712-11e9-8772-bd49be747a15?X- 100%[============================================================================>]   3.43M   998KB/s    in 3.5s

2019-02-11 16:03:54 (998 KB/s) - ‘3b579180-2712-11e9-8772-bd49be747a15?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20190211%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20190211T070350Z&X-Amz-Expires=300&X-Amz-Signature=9b91dc666081ee7939026ad’ saved [3593720/3593720]

mv: cannot stat 'abs-1.1.0-darwin-amd64': No such file or directory
chmod: cannot access './abs': No such file or directory

This fix made it work fine. Additionally code becomes just little more concise.

Copy link
Collaborator

@odino odino left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @andromedarabbit, thanks a bunch for this!

@odino odino added this to the 1.2.x milestone Feb 12, 2019
@odino odino added the bug Something isn't working label Feb 12, 2019
@odino odino merged commit 8df5915 into abs-lang:master Feb 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants