-
Notifications
You must be signed in to change notification settings - Fork 28.6k
bash can't die
#2898
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
bash can't die
#2898
Conversation
QA tests have started for PR 2898 at commit
|
Hi @jey this issue is in master branch too. Can you also fix that? |
QA tests have finished for PR 2898 at commit
|
Test PASSed. |
Hi @sarutak -- Yes, this issue does exist on |
Hey @jey our preference is actually that you submit a pull request against master and then we backport it on our own. We have some tooling that makes this easy for us. Do you mind re-opening this agains master? |
(You should also make a JIRA when you change this PR to be against master) |
I'd like to close this issue for now - but @jey we'd love a patch for this against master. it does appear broken! |
sbt-launch-lib.bash includes `die` command but it's not valid command for Linux, MacOS X or Windows. Closes #2898 Author: Jey Kottalam <jey@kottalam.net> Closes #3182 from sarutak/SPARK-4312 and squashes the following commits: 24c6677 [Jey Kottalam] bash doesn't have "die"
sbt-launch-lib.bash includes `die` command but it's not valid command for Linux, MacOS X or Windows. Closes #2898 Author: Jey Kottalam <jey@kottalam.net> Closes #3182 from sarutak/SPARK-4312 and squashes the following commits: 24c6677 [Jey Kottalam] bash doesn't have "die" (cherry picked from commit c5db8e2) Signed-off-by: Patrick Wendell <pwendell@gmail.com>
Thanks @sarutak! |
This PR fixes the bug that
sbt/sbt
enters an infinite loop when a required argument is omitted: