-
-
Notifications
You must be signed in to change notification settings - Fork 763
Closed
Labels
dep: mvdan/shIssues related to the upstream interpreter used by Task.Issues related to the upstream interpreter used by Task.
Description
Description
Running the same task in two different versions produce different outputs, breaking previously working tasks.
v3.41.0 outputs this txt file content:
/
v3.42.0 outputs this txt file content:
//
Version
v3.42.0
Operating system
Linux
Experiments Enabled
No
Example Taskfile
tasks:
default:
cmds:
- |
cat <<EOF > ./test.txt
\\
EOFMetadata
Metadata
Assignees
Labels
dep: mvdan/shIssues related to the upstream interpreter used by Task.Issues related to the upstream interpreter used by Task.