Skip to content

parseFromCommand() unable to parse commands into jobs #3

Open
@thomasttvo

Description

@thomasttvo

Suggested fix:
Change preg_split("[ \t]",ltrim($command, " \t"), 6); to preg_split("/[ \t]/",ltrim($command, " \t"), 6);

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