Skip to content

<| tokenization doesn't support binary commands #8

Description

@rjkroege

Perhaps a non-bug but P9P mk can do this:

<|cmd

where cmd is a binary.

mk can't because the sh in

[output, success := subprocess("sh", args, "", true)](https://github.com/dcjones/mk/blob/73d1b31466c16d0a13a220e5fad7cd8ef6d984d1/parse.go#L121)

should be cmd.

Convert <|cmd to <|-c cmd to work around this.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions