Skip to content

Commit

Permalink
Suppress output while generating extension map
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammathur committed Mar 15, 2022
1 parent 228bfba commit 4e4b26a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/extensions/add_extensions.sh
Expand Up @@ -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.
Expand Down

0 comments on commit 4e4b26a

Please sign in to comment.