projects
/
contrib
/
Conifer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
141c41c
)
Ah, and make the same dang fix to the update conf file chunk
author
dbs
<dbs@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Sun, 15 Mar 2009 17:57:34 +0000
(17:57 +0000)
committer
dbs
<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
patch
|
blob
|
history
diff --git
a/tools/patch_conifer.sh
b/tools/patch_conifer.sh
index
00cb6d4
..
f247e2f
100644
(file)
--- 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