=================================================================== RCS file: /cvs/openbsd/update_openbsd/update_openbsd,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- openbsd/update_openbsd/update_openbsd 2008/11/05 17:07:58 1.10 +++ openbsd/update_openbsd/update_openbsd 2008/11/09 07:22:52 1.11 @@ -1,5 +1,5 @@ #!/bin/sh -# $RedRiver: update_openbsd,v 1.9 2008/10/31 01:36:33 andrew Exp $ +# $RedRiver: update_openbsd,v 1.10 2008/11/05 17:07:58 andrew Exp $ if [ -e /etc/update_openbsd.conf ]; then . /etc/update_openbsd.conf @@ -181,7 +181,7 @@ $FTP_CMD ${FTP}/MD5 fi - ls bsd* *.tgz > index + ls bsd* *.tgz | sed -e 's/\(.*\)/(\1)/' > index grep -f index MD5 | md5 -c if [ $? -ne 0 ]; then