From 1d48fac94b179ba535ba4ef305a8b49fd1877c27 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Sun, 29 Dec 2024 04:26:22 +0100 Subject: [PATCH] Sync error messages --- bin/init.cmake | 2 +- bin/php.cmake | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/init.cmake b/bin/init.cmake index 45cee735..94d35f89 100755 --- a/bin/init.cmake +++ b/bin/init.cmake @@ -79,7 +79,7 @@ if(NOT GIT_REF) ) if(NOT GIT_REMOTE_HEADS) - message(FATAL_ERROR "PHP branch ${GIT_BRANCH} doesn't exist") + message(FATAL_ERROR "PHP branch ${GIT_BRANCH} doesn't exist.") endif() execute_process( diff --git a/bin/php.cmake b/bin/php.cmake index c6c25ce3..67e5d907 100755 --- a/bin/php.cmake +++ b/bin/php.cmake @@ -247,7 +247,7 @@ function(php_download) if(NOT downloadUrl) message( FATAL_ERROR - "Download URL for PHP ${PHP_VERSION} could not be found" + "Download URL for PHP ${PHP_VERSION} could not be found." ) endif()