author | Stephen Boyd <bebarino@gmail.com> | |
Tue, 26 Jan 2010 23:08:31 +0000 (15:08 -0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 26 Jan 2010 23:16:54 +0000 (15:16 -0800) | ||
commit | 9524cf29930b4f91d68ad1384d7f984393a54c15 | |
tree | fec23ec235813a482b7d3d9e2bf187c9ddd8b2ef | tree | snapshot |
parent | 24072c0256a520408575416fe8706667b576ff99 | commit | diff |
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>
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: