From 1c848491b679c98908ae5a269da879e7bec4aee9 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 30 Jan 2011 19:01:29 +0300 Subject: fix sanity_config script, regenerate check file --- 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 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 -- cgit v1.2.3