Skip to content

Fix Last Pull Request

Michael Aaron Murphy requested to merge mmstick:pipeline_fix into master

Fixed an issue from the last pull request and added test units for the following two cases:

let A = "$(seq 1 10)"; echo $A; echo "$A"
let A = $(seq 1 10); echo $A; echo "$A"

Merge request reports