=================================================================== RCS file: /cvs/openbsd/sxxu/Attic/install.sxxu,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- openbsd/sxxu/Attic/install.sxxu 2010/04/21 20:13:08 1.10 +++ openbsd/sxxu/Attic/install.sxxu 2010/04/22 21:36:24 1.11 @@ -1,5 +1,5 @@ #!/bin/ksh - -# $Id: install.sxxu,v 1.10 2010/04/21 19:13:08 andrew Exp $ +# $Id: install.sxxu,v 1.11 2010/04/22 20:36:24 andrew Exp $ # Copyright (c) 2010 Andrew Fresh # @@ -96,6 +96,7 @@ echo ' ==> Applying patches' local _p for _p in patches/*; do + [ X"patches/*" == X"${_p}" ] && continue echo " => $_p" # -N Always assume a forward patch. # -t Never prompt; assume the user is expert