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

AshScriptPlugin generates bash scripts for periferal mains #1272

Closed
badeball opened this issue Oct 31, 2019 · 1 comment
Closed

AshScriptPlugin generates bash scripts for periferal mains #1272

badeball opened this issue Oct 31, 2019 · 1 comment

Comments

@badeball
Copy link

Expected behaviour

I expect all generated scripts generated by AshScriptPlugin to contain the shebang #!/bin/sh.

Actual behaviour

I am using AshScriptPlugin to generate non-specific shell-scripts. My application however have multiple mains, where one is main-main. The script for invoking the main-main has correct shebang (#!/bin/sh), while the others have #!/usr/bin/env bash.

Information

sbt-native-packager: 1.4.1
sbt: 1.2.8
distro: Arch Linux

I'm not entirely sure what I should say in regards to what package we are building. We're running sbt stage and packaging a Docker image ourselves, but that doesn't seem relevant to this problem.

@muuki88
Copy link
Contributor

muuki88 commented Nov 5, 2019

Thanks for your report 👍

There is a lot of working going on in #1264 . I would close this issue in favor of #1264

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

2 participants