fix portability issues with $ in double quotes
commit9524cf29930b4f91d68ad1384d7f984393a54c15
authorStephen Boyd <bebarino@gmail.com>
Tue, 26 Jan 2010 23:08:31 +0000 (26 15:08 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 26 Jan 2010 23:16:54 +0000 (26 15:16 -0800)
treefec23ec235813a482b7d3d9e2bf187c9ddd8b2ef
parent24072c0256a520408575416fe8706667b576ff99
fix portability issues with $ in double quotes

Using a dollar sign in double quotes isn't portable. Escape them with
a backslash or replace the double quotes with single quotes.

Signed-off-by: Stephen Boyd <bebarino@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
12 files changed:
git-filter-branch.sh
git-instaweb.sh
git-rebase--interactive.sh
t/t3408-rebase-multi-line.sh
t/t4014-format-patch.sh
t/t4125-apply-ws-fuzz.sh
t/t4150-am.sh
t/t4202-log.sh
t/t6023-merge-file.sh
t/t7500-commit.sh
t/t9001-send-email.sh
t/t9400-git-cvsserver-server.sh