On Tue, 24 Jan 2012 23:40:00 +0100, Jonathan Nieder <jrnieder@xxxxxxxxx>
wrote:
Frans Klaver wrote:
+++ b/t/t0061-run-command.sh
@@ -8,8 +8,8 @@ test_description='Test run command'
. ./test-lib.sh
cat >hello-script <<-EOF
- #!$SHELL_PATH
- cat hello-script
+#!$SHELL_PATH
+cat hello-script
EOF
Looks like a no-op --- the script already started with #! and no
leading tab for me. Does it behave differently on your machine?
Hurr? I'm fairly sure the script ended up being indented for me. I'll
recheck.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html