From 2f6268e66294f9d1518f9fb9a5353034fc7ce3dd Mon Sep 17 00:00:00 2001 From: dbs Date: Sun, 15 Mar 2009 17:57:34 +0000 Subject: [PATCH] Ah, and make the same dang fix to the update conf file chunk git-svn-id: svn://svn.open-ils.org/ILS-Contrib/conifer/trunk@181 6d9bc8c9-1ec2-4278-b937-99fde70a366f --- tools/patch_conifer.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/patch_conifer.sh b/tools/patch_conifer.sh index 00cb6d4820..f247e2fc3f 100644 --- a/tools/patch_conifer.sh +++ b/tools/patch_conifer.sh @@ -102,6 +102,7 @@ copy_perl_modules() 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 -- 2.11.0