-
Notifications
You must be signed in to change notification settings - Fork 131
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
Script for creating Debian package #32
base: master
Are you sure you want to change the base?
Conversation
I'm not sure we'd merge this, but I'll comment on some script bugs anyway :) |
ARCH=$2 | ||
|
||
# Fail early | ||
set -e errexit |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you mean set -o errexit
. that's equivalent to set -e
. Also, if you use the long-name form, the comment is superfluous
Valid points all of em. Made changes accordingly. Let me know if you think I'm missing something else - or feel free to close this pull request ;) |
I am no longer using |
Needed it simplify deployment. Maybe could be of use for someone else, don't know.