--- commit_chekouts.sh 2007/02/04 14:16:15 764 +++ commit_chekouts.sh 2007/08/23 22:31:52 765 @@ -6,7 +6,7 @@ changed=`svn -q status && echo 1` if [ "$changed" == '1' ] ; then echo "commiting changes in $name" - if [ '$name' != 'hidra' ] ; then + if ! echo $name | grep 'hidra' ; then cd "$basedir$name" && svn commit -m "local changes" || exit 1 fi else