Wrap "Project Directory" lines to fix dir/ls for paths with spaces (#241)

This commit is contained in:
Kuma
2023-10-31 22:13:46 -04:00
committed by GitHub
parent 275df9854c
commit ca5119b29e
2 changed files with 2 additions and 2 deletions

View File

@@ -123,7 +123,7 @@ echo "###########################"
echo "# Project directory #"
echo "###########################"
echo ""
ls -alh $UNITY_PROJECT_PATH
ls -alh "$UNITY_PROJECT_PATH"
#
# Testing for each platform