From 89642def3d08fef73b21b1a1b28e8a13f1fc418a Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Fri, 12 May 2017 23:34:17 -0700 Subject: Print PATH in build_release script to help debug future build failures --- build_release | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_release b/build_release index 187ee71..e7cc267 100755 --- a/build_release +++ b/build_release @@ -24,7 +24,7 @@ if [ $OS = "Linux" ]; then make all cd .. fi - +echo "Path is: $PATH" make PORTABLE=1 clean all make menu.bin if [ $OS = "Windows" ]; then -- cgit v1.2.3