From 8f0d3e3abe4fee4f76c37026e5e9790f69ead084 Mon Sep 17 00:00:00 2001 From: James Shubin Date: Fri, 29 Jan 2016 10:53:51 -0500 Subject: [PATCH] I give up, let's see some debug output --- test.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test.sh b/test.sh index 8daf8830..74659bf5 100755 --- a/test.sh +++ b/test.sh @@ -2,6 +2,8 @@ # test suite... echo running test.sh +echo "ENV:" +env # ensure there is no trailing whitespace or other whitespace errors git diff-tree --check $(git hash-object -t tree /dev/null) HEAD