diff --git a/xcode/build_phases/localization.sh b/xcode/build_phases/localization.sh index 7d6b3b2..0c75ebe 100644 --- a/xcode/build_phases/localization.sh +++ b/xcode/build_phases/localization.sh @@ -38,7 +38,7 @@ fi if which php >/dev/null; then php ${SCRIPT_DIR}/../aux_scripts/import_strings.php ${LOCALIZATION_PATH} ${STRINGS_FOLDER} ${BUNDLE} else - echo "warning: php not installed, install using 'brew install php'" + echo "warning: php not installed, install using 'brew install php'" - exit ${EXIT_FAILURE} + exit ${EXIT_FAILURE} fi \ No newline at end of file