You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.The text was updated successfully, but these errors were encountered: