Jonathan Nieder [off-list ref] writes:
quoted hunk
Hmm, maybe something like this would be easier.
Signed-off-by: Jonathan Nieder <redacted>
---
diff --git a/git-sh-setup.sh b/git-sh-setup.sh
index 6131670..b38b40b 100644
--- a/git-sh-setup.sh
+++ b/git-sh-setup.sh
@@ -39,6 +39,10 @@ git_broken_path_fix () {
# @@BROKEN_PATH_FIX@@
+echo() {
+ printf '%s\n' "$*"
+}
As long as we don't have "echo -n" and "echo -e", this should
work, but...