Error in process "/bin/sh -c APK #40
-
|
Hi, Mitchell: I got a Bad Substitution error as well, made the fix below and that seemed to work until I cam up with the next error via Screenshot:
Looks like another /bin/sh. I am using /bin/bash. Thoughts? _First, I got a "Bad substitution" error. The Makefile uses parameter expansion like ${variable:0:64}, which only works in bash, but make was using /bin/sh by default. I tried adding SHELL := /bin/bash as the first line of the Makefile, and that seemed to work! Originally posted by @CjuanRcris7 in #34 (comment)_ |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Howdy, I've updated the makefile & dockerfile accordingly, tested across sh, bash & zsh all working on my end Just in case i'm linking the branch here (you may be on a different one): https://github.com/overture-stack/prelude/tree/demoPg/exploration Let me know if this works Thanks, |
Beta Was this translation helpful? Give feedback.

Howdy,
I've updated the makefile & dockerfile accordingly, tested across sh, bash & zsh all working on my end
Just in case i'm linking the branch here (you may be on a different one): https://github.com/overture-stack/prelude/tree/demoPg/exploration
Let me know if this works
Thanks,
Mitchell