summaryrefslogtreecommitdiff
path: root/utils/regen_config_checks.sh
diff options
context:
space:
mode:
Diffstat (limited to 'utils/regen_config_checks.sh')
-rwxr-xr-xutils/regen_config_checks.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/regen_config_checks.sh b/utils/regen_config_checks.sh
index 9e7737858..8f753c823 100755
--- a/utils/regen_config_checks.sh
+++ b/utils/regen_config_checks.sh
@@ -10,7 +10,7 @@ echo ");" >> $DESTINATION
echo -n "\$requred_defines = array( " >> $DESTINATION
-grep define\( config.php-dist | awk -F\' '{ print "*" $2 "*," }' | xargs echo -n | grep -v DB_PORT | sed -e s/,$// -e s/*/\'/g >> $DESTINATION
+grep define\( config.php-dist | awk -F\' '{ print "*" $2 "*," }' | grep -v DB_PORT | xargs echo -n | sed -e s/,$// -e s/*/\'/g >> $DESTINATION
echo "); ?>" >> $DESTINATION