From 180575216e2a202ca8653ee5ee46ff3646c15617 Mon Sep 17 00:00:00 2001 From: dbs Date: Fri, 17 Apr 2009 18:39:25 +0000 Subject: [PATCH] And escape the underscore so that we don't replace the var with null Sorry for the patch noise, folks. git-svn-id: svn://svn.open-ils.org/ILS-Contrib/conifer/trunk@348 6d9bc8c9-1ec2-4278-b937-99fde70a366f --- tools/patch_conifer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/patch_conifer.sh b/tools/patch_conifer.sh index c5cbbb7ffe..998cf3ec82 100644 --- a/tools/patch_conifer.sh +++ b/tools/patch_conifer.sh @@ -84,7 +84,7 @@ copy_opac_skins() do sed -i -e 's/skin\/default\/js/skin\/default_test\/js/' "$INSTALL_DIR"/var/web/opac/skin/"$skin"_test/xml/"$munge_file" done - sed -i -e "s/\/$skin\/css\/layout.css/\/$skin_test\/css\/layout.css/" "$INSTALL_DIR"/var/web/opac/skin/"$skin"_test/xml/common/css_common.xml + sed -i -e "s/\/$skin\/css\/layout.css/\/$skin\_test\/css\/layout.css/" "$INSTALL_DIR"/var/web/opac/skin/"$skin"_test/xml/common/css_common.xml if [ "$skin" == "lul" ] then -- 2.11.0