[PATCH v2 02/13] bash prompt: fix here document indentation in interactive rebase test

2013-06-17 Thread SZEDER Gábor
From: SZEDER Gábor sze...@ira.uka.de Also move the shebang line into the here document. Signed-off-by: SZEDER Gábor sze...@ira.uka.de --- t/t9903-bash-prompt.sh | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/t/t9903-bash-prompt.sh b/t/t9903-bash-prompt.sh index

Re: [PATCH v2 02/13] bash prompt: fix here document indentation in interactive rebase test

2013-06-17 Thread Jeff King
On Tue, Jun 18, 2013 at 04:16:55AM +0200, SZEDER Gábor wrote: - echo #!$SHELL_PATH fake_editor.sh - cat fake_editor.sh \EOF -echo exec echo $1 -echo edit $(git log -1 --format=%h) $1 -echo exec echo $1 -EOF + cat fake_editor.sh -EOF + #!$SHELL_PATH +