Revert "fix improper bash "if" formatting"

This reverts commit acb975bcea.
This commit is contained in:
Aaron Trudeau
2022-05-11 00:06:33 -04:00
parent 397d1bad5f
commit 4895ba9da2

View File

@@ -16,7 +16,7 @@ if [ "$PACKAGE_MODE" = "true" ]; then
ACTIVATE_LICENSE_FILE_NAME="_activate-license"
if [ -f "$UNITY_PROJECT_PATH/$ACTIVATE_LICENSE_FILE_NAME" ]; then
if [ -f "$UNITY_PROJECT_PATH/$ACTIVATE_LICENSE_FILE_NAME"]; then
echo "Package is in repository root. Copying package to temporary directory to avoid Unity Errors."
ROOT_FOLDER_NAME=$(echo "${PWD##*/}")