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 bash string comparision #142

Merged
merged 1 commit into from Jan 24, 2012
Merged

Fix bash string comparision #142

merged 1 commit into from Jan 24, 2012

Conversation

apollo13
Copy link
Contributor

The current approach didn't work out to well, the comparision ends up to be:
[ gunicorn_django -k gevent -b 0.0.0.0:5000 -w 3 rcalapp/settings.py == ]
Which emits this warning:
/var/lib/gems/1.9.1/gems/foreman-0.37.0.pre3/bin/runner: 33: [: gunicorn_django -k gevent -b 0.0.0.0:5000 -w 3 rcalapp/settings.py: unexpected operator

ddollar added a commit that referenced this pull request Jan 24, 2012
Fix bash string comparision
@ddollar ddollar merged commit 288d118 into ddollar:master Jan 24, 2012
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.

None yet

2 participants