=================================================================== RCS file: /cvs/openbsd/update_openbsd/release.sh,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- openbsd/update_openbsd/release.sh 2010/11/01 23:39:44 1.33 +++ openbsd/update_openbsd/release.sh 2012/05/27 21:48:56 1.34 @@ -1,5 +1,5 @@ #!/bin/sh -# $AFresh1: release.sh,v 1.32 2010/02/24 21:58:18 andrew Exp $ +# $AFresh1: release.sh,v 1.33 2010/11/01 22:39:44 andrew Exp $ # # Copyright (c) 2002, 2008 Steven Roberts # @@ -53,7 +53,7 @@ echo "---------- Update sources ----------" local _d for _d in /usr/src "${XSRCDIR}" "${PORTSPATH}"; do - if [ -d $_d ]; then + if [ -d $_d -a -e $_d/CVS ]; then echo [$_d] cvs update -r$TAG -Pd cd $_d && cvs update -r$TAG -Pd || exit 255 fi