File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -610,7 +610,7 @@ do_next () {
610610 read -r command rest < " $todo "
611611 mark_action_done
612612 printf ' Executing: %s\n' " $rest "
613- ${SHELL:-@ SHELL_PATH@ } -c " $rest " # Actual execution
613+ " ${SHELL:-@ SHELL_PATH@ } " -c " $rest " # Actual execution
614614 status=$?
615615 # Run in subshell because require_clean_work_tree can die.
616616 dirty=f
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ test_expect_success 'setup' '
6262
6363# "exec" commands are ran with the user shell by default, but this may
6464# be non-POSIX. For example, if SHELL=zsh then ">file" doesn't work
65- # to create a file. Unseting SHELL avoids such non-portable behavior
65+ # to create a file. Unsetting SHELL avoids such non-portable behavior
6666# in tests. It must be exported for it to take effect where needed.
6767SHELL=
6868export SHELL
You can’t perform that action at this time.
0 commit comments