diff options
author | Michael Pavone <pavone@retrodev.com> | 2017-05-12 23:34:17 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2017-05-12 23:34:17 -0700 |
commit | 89642def3d08fef73b21b1a1b28e8a13f1fc418a (patch) | |
tree | f670f5f9051101fe1af8cd6636dc21a6acf8e0fb | |
parent | 5615547f7d6852be5f710740a1bbd7911a494b9d (diff) |
Print PATH in build_release script to help debug future build failures
-rwxr-xr-x | build_release | 2 |
1 files changed, 1 insertions, 1 deletions
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 |