summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-01-30 19:01:29 +0300
committerAndrew Dolgov <[email protected]>2011-01-30 19:01:29 +0300
commit1c848491b679c98908ae5a269da879e7bec4aee9 (patch)
tree0e2d3cc2d136415f7fd52c85550d41d29ebc95fa /utils
parent9fcbc76fda1a97d887da6c41e6f96d96b3f6efb1 (diff)
fix sanity_config script, regenerate check file
Diffstat (limited to 'utils')
-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