From: dbs Date: Fri, 17 Apr 2009 18:39:25 +0000 (+0000) Subject: And escape the underscore so that we don't replace the var with null X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=180575216e2a202ca8653ee5ee46ff3646c15617;p=contrib%2FConifer.git 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 --- 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