changeset 1360:e1a6e8ee656f

Print PATH in build_release script to help debug future build failures
author Michael Pavone <pavone@retrodev.com>
date Fri, 12 May 2017 23:34:17 -0700
parents 8c6d2ed3b959
children 1679ea04c449
files build_release
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/build_release	Fri May 12 23:33:00 2017 -0700
+++ b/build_release	Fri May 12 23:34:17 2017 -0700
@@ -24,7 +24,7 @@
 	make all
 	cd ..
 fi
-
+echo "Path is: $PATH"
 make PORTABLE=1 clean all
 make menu.bin
 if [ $OS = "Windows" ]; then