-
Notifications
You must be signed in to change notification settings - Fork 40.1k
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
Use bash ranges "{1..3}" instead of "$(seq 1 3)". #26790
Conversation
on the list of code cleanups this is pretty close to the bottom, but ok. :) |
@rmmh ping |
f67181e
to
2e0b6e4
Compare
@ixdy SYN-ACK On Wed, Jun 29, 2016 at 2:39 PM, k8s-merge-robot notifications@github.com
|
Looks like a few new places slipped in:
|
@rmmh please assign back after rebase and comments addressed |
Rebased and addressed. Note that bash brace expansion happens before variable expansion, so |
GCE e2e build/test passed for commit 5508e49. |
LGTM |
@k8s-bot test this [submit-queue is verifying that this PR is safe to merge] |
GCE e2e build/test passed for commit 5508e49. |
Automatic merge from submit-queue |
This change is