=================================================================== RCS file: /cvs/openbsd/update_openbsd/release.sh,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- openbsd/update_openbsd/release.sh 2008/02/13 16:31:47 1.15 +++ openbsd/update_openbsd/release.sh 2008/02/13 16:47:50 1.16 @@ -1,5 +1,5 @@ #!/bin/sh -# $RedRiver: release.sh,v 1.14 2007/11/20 20:08:31 andrew Exp $ +# $RedRiver: release.sh,v 1.15 2008/02/13 16:31:47 andrew Exp $ # # Copyright (c) 2002 - 2007 Steven Roberts # @@ -45,8 +45,8 @@ update_sources() { echo "---------- Update sources ----------" for d in $SOURCES; do - _cvstag=-r$CVSTAG - if [ X"$CVSTAG" == X"HEAD" ]; then + _cvstag=-r$TAG + if [ X"$TAG" == X"HEAD" ]; then _cvstag="" fi cd $d && cvs -q -z6 update $_cvstag -Pd