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 main entry condition test #1

Merged
merged 1 commit into from
May 1, 2012
Merged

Fix main entry condition test #1

merged 1 commit into from
May 1, 2012

Conversation

ixti
Copy link
Contributor

@ixti ixti commented May 1, 2012

if [ $# == 0 ] ; then
  # ...
fi

The above works in BASH (or probably similar shells). But it fails on DASH (default sh in debian).
This pull request fixes this.

simonwhitaker pushed a commit that referenced this pull request May 1, 2012
Fix main entry condition test
@simonwhitaker simonwhitaker merged commit 91b2ddf into simonwhitaker:master May 1, 2012
@simonwhitaker
Copy link
Owner

Nice catch, thanks. There are a few more == in the latest commit, I'll tweak those too.

simonwhitaker pushed a commit that referenced this pull request Nov 27, 2016
Add GIBO_BOILERPLATES envar for local repo location
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