Skip to content

Inconsistent handling of quoted strings passed to exec #433

Description

@mavit

How should strings passed to eask exec be quoted? The behaviour seems inconsistent:

$ eask exececho'"foo"'Updating environment variables... done ✓Exporting environment variables... done ✓fooeask exec echo '" "'Updating environment variables... done ✓Exporting environment variables... done ✓" "
$ eask exececho'foo\ \-bar'Updating environment variables... done ✓Exporting environment variables... done ✓foo\ \-bar
$ eask exececho'foo\-bar'Updating environment variables... done ✓Exporting environment variables... done ✓foo-bar

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

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions