Skip to content

Error in process "/bin/sh -c APK #38

Description

@rml13

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:

Image

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)_

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions