From: dbs Date: Mon, 16 Mar 2009 02:04:25 +0000 (+0000) Subject: Use a string comparison operator and the world is much better X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=2f0babf5aa505d6d4568520a2612f516ed44e7fa;p=contrib%2FConifer.git Use a string comparison operator and the world is much better git-svn-id: svn://svn.open-ils.org/ILS-Contrib/conifer/trunk@187 6d9bc8c9-1ec2-4278-b937-99fde70a366f --- diff --git a/tools/patch_conifer.sh b/tools/patch_conifer.sh index 20b3727c2c..3b9338318e 100644 --- a/tools/patch_conifer.sh +++ b/tools/patch_conifer.sh @@ -62,7 +62,7 @@ copy_opac_skins() for skin in $SKINS do rm -fr "$INSTALL_DIR"/var/web/opac/skin/"$skin"_test - if [ $skin -eq 'default' ] + if [ "$skin" == "default" ] then cp -r "$CANONICAL_EXPORT_DIR"/Open-ILS/web/opac/skin/default "$INSTALL_DIR"/var/web/opac/skin/"$skin"_test else