[open-ils-commits] r181 - conifer/trunk/tools (dbs)
svn at svn.open-ils.org
svn at svn.open-ils.org
Sun Mar 15 13:57:37 EDT 2009
Author: dbs
Date: 2009-03-15 13:57:34 -0400 (Sun, 15 Mar 2009)
New Revision: 181
Modified:
conifer/trunk/tools/patch_conifer.sh
Log:
Ah, and make the same dang fix to the update conf file chunk
Modified: conifer/trunk/tools/patch_conifer.sh
===================================================================
--- conifer/trunk/tools/patch_conifer.sh 2009-03-15 17:56:07 UTC (rev 180)
+++ conifer/trunk/tools/patch_conifer.sh 2009-03-15 17:57:34 UTC (rev 181)
@@ -102,6 +102,7 @@
copy_conf_files()
{
for conf in `ls -1 "$LOCAL_EXPORT_DIR"/conf/*`
+ do
if cmp "$LOCAL_EXPORT_DIR"/conf/"$conf" "$LOCAL_EG_DIR"/conf/"$conf" &> /dev/null
then echo -n
else
More information about the open-ils-commits
mailing list