From: Matteo Nastasi (mop) Date: Wed, 22 Jul 2009 19:06:03 +0000 (+0000) Subject: diff of brisk.conf with vars name filter X-Git-Tag: 3.0.0~73 X-Git-Url: https://mop.ddnsfree.com/gitweb/?p=brisk.git;a=commitdiff_plain;h=6fb456a6d5600818313d4c2dfc846645a05ee0d0 diff of brisk.conf with vars name filter --- diff --git a/INSTALL.sh b/INSTALL.sh index 8919933..25da24d 100755 --- a/INSTALL.sh +++ b/INSTALL.sh @@ -256,7 +256,8 @@ fi if [ -f "$etc_path/$brisk_conf" ]; then echo "Config file $etc_path/$brisk_conf exists." echo "=== Dump the diff. ===" - diff -u "$etc_path/$brisk_conf" "${web_path}__""/Obj/brisk.conf-templ.pho" + # diff -u "$etc_path/$brisk_conf" "${web_path}__""/Obj/brisk.conf-templ.pho" + diff -u <(cat "$etc_path/$brisk_conf" | grep '\$[a-zA-Z_ ]\+=' | sed 's/ = .*/ = /g' | sort | uniq) <(cat "${web_path}__""/Obj/brisk.conf-templ.pho" | grep '\$[a-zA-Z_ ]\+=' | sed 's/ = .*/ = /g' | sort | uniq ) echo "=== End dump. ===" else echo "Config file $etc_path/$brisk_conf not exists."