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/autogen.sh #24

Merged
merged 2 commits into from
Aug 7, 2016
Merged

Fix/autogen.sh #24

merged 2 commits into from
Aug 7, 2016

Conversation

ypid
Copy link
Contributor

@ypid ypid commented Aug 7, 2016

git-evtag and git-evtag-compute-py work on Debian Jessie 👍

For reference, these are the packages I needed to install on Debian Jessie to build git-evtag.

build-essential
dh-autoreconf
libgit2-dev
pkg-config
libglib2.0-dev
xsltproc

`set -e` caused the script to terminate before the `if` condition was reached.
This resulted in the script simply existing with the exit code of the
which command.

Also switch from `which` to `command`.
Ref: https://stackoverflow.com/questions/592620/check-if-a-program-exists-from-a-bash-script/677212#677212

Tested on: Debian Jessie
@cgwalters cgwalters merged commit d20e9a5 into cgwalters:master Aug 7, 2016
@cgwalters
Copy link
Owner

Merged, thank you! Out of curiosity, what was the issue that required the quoting fix?

@ypid
Copy link
Contributor Author

ypid commented Aug 7, 2016

Thanks!

what was the issue that required the quoting fix?

The missing quotes did not break anything yet. Just precaution 😉

Check: https://github.com/koalaman/shellcheck

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