diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-06-20 14:49:34 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-06-20 14:49:34 -0700 |
commit | 93d5e0c2087916941934b1e55c979c52f5af3f20 (patch) | |
tree | 670a9ca59674b3e7b3eb1adcf9c51a8909b00ff1 /git-rebase--interactive.sh | |
parent | git-grep: Fix problems with recently added tests (diff) | |
download | tgif-93d5e0c2087916941934b1e55c979c52f5af3f20.tar.xz |
t7810: avoid unportable use of "echo"
Michael J Gruber noticed that under /bin/dash this test failed
(as is expected -- \n in the string can be interpreted by the
command), while it passed with bash. We probably could work it
around by using backquote in front of it, but it is safer and
more readable to avoid "echo" altogether in a case like this.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git-rebase--interactive.sh')
0 files changed, 0 insertions, 0 deletions