Fredrik Medley [off-list ref] writes:
quoted hunk
--- a/git-rebase--interactive.sh
+++ b/git-rebase--interactive.sh
@@ -610,7 +610,7 @@ do_next () {
read -r command rest < "$todo"
mark_action_done
printf 'Executing: %s\n' "$rest"
- ${SHELL:-@SHELL_PATH@} -c "$rest" # Actual execution
+ "${SHELL:-@SHELL_PATH@}" -c "$rest" # Actual execution
Looks good to me. Don't know why I didn't add these double quotes when I
introduced this line. Thanks for fixing it.
--
Matthieu Moy
http://www-verimag.imag.fr/~moy/