We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0617d2 commit 03f6817Copy full SHA for 03f6817
scripts/Docker/roundup_start
@@ -29,7 +29,7 @@ for tracker_spec in "$@"; do
29
# IFS== set a=b doesn't just assign $1 and $2 in busybox ash
30
# it also clobbers '$@'. 'printf mumble | read' starts read in a
31
# subshell so vars are not available in parent.
32
- IFS="=" read tracker directory <<- EOE
+ IFS="=" read -r tracker directory <<- EOE
33
$tracker_spec
34
EOE
35
# ^ is a tab for use with <<-
0 commit comments