Ah, and make the same dang fix to the update conf file chunk
authordbs <dbs@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Sun, 15 Mar 2009 17:57:34 +0000 (17:57 +0000)
committerdbs <dbs@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Sun, 15 Mar 2009 17:57:34 +0000 (17:57 +0000)
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/conifer/trunk@181 6d9bc8c9-1ec2-4278-b937-99fde70a366f

tools/patch_conifer.sh

index 00cb6d4..f247e2f 100644 (file)
@@ -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