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

'die' command not found in bash script #259

Closed
driangle opened this issue May 20, 2014 · 5 comments
Closed

'die' command not found in bash script #259

driangle opened this issue May 20, 2014 · 5 comments

Comments

@driangle
Copy link

When executing the generated bash script using invalid arguments, the bash function die is called but not found. ie:

$ ./bin/application -mem
./bin/application: line 177: die: command not found
./bin/application: line 177: die: command not found
./bin/application: line 177: die: command not found
./bin/application: line 177: die: command not found
./bin/application: line 177: die: command not found

Affected version is 0.6.4

@muuki88
Copy link
Contributor

muuki88 commented May 20, 2014

What solved the problem?

@driangle
Copy link
Author

Actually I closed it because I noticed I wasn't on the latest version so it might have already been fixed. I will try it with the latest.

@philipjkim
Copy link

I have same problem when executing target/universal/stage/bin/my-app

  • sbt version: 0.13.5
  • play framework version: 2.2.3

@muuki88 muuki88 reopened this Jun 12, 2014
@muuki88
Copy link
Contributor

muuki88 commented Jun 12, 2014

Seems like the die function got lost somehwere. Should be easy to implement, pull requests welcome.

@muuki88
Copy link
Contributor

muuki88 commented Jun 13, 2014

Closed with #271

@muuki88 muuki88 closed this as completed Jun 13, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants