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

Added backward compatibility to Bash versions prior to version 3.1. #23

Closed
wants to merge 1 commit into from

Conversation

louisfelix
Copy link

Added backward compatibility to Bash versions prior to version 3.1. The += notation is supported since Bash 3.1, but Jetty is deployed in evironments where it is impossible to upgrade Bash. This commit replace the += notation by a more portable notation.
(I have a filed CLA with the same email as my git user.email address)

…he += notation is supported since Bash 3.1, but Jetty is deployed in evironments where it is impossible to upgrade Bash. This commit replace the += notation by a more portable notation.
@gregw
Copy link
Contributor

gregw commented Nov 5, 2014

Thanks for this. Can you do one final step... create a bugzilla pointing to this PR.
https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Jetty

@gregw
Copy link
Contributor

gregw commented Nov 7, 2014

Applied

@louisfelix
Copy link
Author

Thanks!

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