From 65254f5db47ce3fb8ce1bf9c4bbda2cd6f977cf8 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 11 Dec 2020 09:48:34 +0300 Subject: - move sphinx plugin to a separate repo - regenerate config checks without sphinx-related variables --- utils/regen_config_checks.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils') diff --git a/utils/regen_config_checks.sh b/utils/regen_config_checks.sh index 5ddbef091..e8b1ed830 100755 --- a/utils/regen_config_checks.sh +++ b/utils/regen_config_checks.sh @@ -5,7 +5,7 @@ DESTINATION="include/sanity_config.php" echo " $DESTINATION echo -n "define('GENERATED_CONFIG_CHECK', " >> $DESTINATION -grep CONFIG_VERSION config.php-dist | awk -F ' |)' '{ print $2 }' | xargs echo -n >> $DESTINATION +grep CONFIG_VERSION config.php-dist | awk -F ' |\)' '{ print $2 }' | xargs echo -n >> $DESTINATION echo ");" >> $DESTINATION echo -n "\$required_defines = array( " >> $DESTINATION -- cgit v1.2.3