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

Fix windows bash; Add linux shell #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

malublu
Copy link

@malublu malublu commented Sep 16, 2016

No description provided.

Add linux shell script
@@ -0,0 +1,21 @@
#!/bin/bash
Copy link

Choose a reason for hiding this comment

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

Can you change it to #!/bin/sh

Some systems do not have bash installed, and the only bash-specific thing is -n1 key parameter to read

#7z a -tzip release.zip release
#rm -rf release
#haxelib submit release.zip
read -rsp $'Press any key to continue...\n' -n1 key
Copy link

Choose a reason for hiding this comment

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

Is this really needed? We can remove this line I think

Copy link

@saper saper left a comment

Choose a reason for hiding this comment

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

Let's avoid bash-specific code if we can

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

Successfully merging this pull request may close these issues.

2 participants