=================================================================== RCS file: /cvs/openbsd/update_openbsd/update_openbsd,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- openbsd/update_openbsd/update_openbsd 2010/02/10 20:57:07 1.35 +++ openbsd/update_openbsd/update_openbsd 2010/06/17 21:35:47 1.36 @@ -1,5 +1,5 @@ #!/bin/sh -# $AFresh1: update_openbsd,v 1.33 2009/12/31 16:48:19 andrew Exp $ +# $AFresh1: update_openbsd,v 1.35 2010/02/10 20:57:07 andrew Exp $ installed_sets() { local misc=/usr/share/doc/README @@ -540,7 +540,7 @@ else echo Instructions for updating to the new version available from - if [ X"snapshots" != X"$FORCE_DIR" ]; then + if [ X"snapshots" == X"$FORCE_DIR" ]; then echo " http://www.openbsd.org/faq/current.html" else echo " http://www.openbsd.org/faq/upgrade${FILE_VER}.html"