From 4e4b26a02462494dcf95d6fc021aa5388a4bdf56 Mon Sep 17 00:00:00 2001 From: Shivam Mathur Date: Tue, 15 Mar 2022 16:02:28 +0530 Subject: [PATCH] Suppress output while generating extension map --- src/scripts/extensions/add_extensions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/extensions/add_extensions.sh b/src/scripts/extensions/add_extensions.sh index ba4641fd..fc55afcc 100644 --- a/src/scripts/extensions/add_extensions.sh +++ b/src/scripts/extensions/add_extensions.sh @@ -64,7 +64,7 @@ enable_extensions() { # Function to get a map of extensions and their dependent shared extensions. get_extension_map() { - php -d'error_reporting=0' "${src:?}"/scripts/extensions/extension_map.php /tmp/map"$version".orig + php -d'error_reporting=0' "${src:?}"/scripts/extensions/extension_map.php /tmp/map"$version".orig >/dev/null 2>&1 } # Function to enable extension dependencies which are also extensions.