-
Notifications
You must be signed in to change notification settings - Fork 361
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
Is it possible to use /usr/bin/env bash instead of /bin/bash? #3201
Comments
To answer your second question, if you're planning to build from source you'll want to find where the script is being invoked, and the internals of the script that call the user script (ie there's probably more than one instance of the string I believe we might have bash-specific syntax in the scripts (at least at some point we did) but I laud your bravery and willingness to try it out! |
I just ran into this as well--cromwell does not work on OSes without
Unfortunately this precludes me from using Cromwell. |
Bumping this issue because it’s also affecting me. Is it possible to sed whatever scripts are using |
When I looked at it back then, it didn't seem to be impossible to make this change. Since I decided on using scala directly via Lihaoyi's os-lib, I never did the extra effort unfortunately. |
I didn't need it. I just thought you could just have submitted a pull request instead of waited for 6 years So I did that for you; |
Or maybe provide a flag to switch the default?
I get this error when running the hello world example from docs on nixos:
Is it just to change this line?
cromwell/supportedBackends/sfs/src/main/scala/cromwell/backend/sfs/BackgroundAsyncJobExecutionActor.scala
Line 22 in 1b1a563
I could possibly just make my own version building from source then ..
It is due to the way nixos is built. A similar case is referenced here :
RcppCore/RcppArmadillo#15
The text was updated successfully, but these errors were encountered: