diff options
-rw-r--r-- | distrib/sets/checkflist | 2 | ||||
-rw-r--r-- | distrib/sets/makeflist | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/distrib/sets/checkflist b/distrib/sets/checkflist index b3b1737a8..75a598d10 100644 --- a/distrib/sets/checkflist +++ b/distrib/sets/checkflist @@ -1,5 +1,5 @@ #!/bin/sh -x -# $OpenBSD: checkflist,v 1.1.1.1 2006/11/27 11:25:45 matthieu Exp $ +# $OpenBSD: checkflist,v 1.1 2006/11/27 11:25:45 matthieu Exp $ # # Copyright (c) 2001 Theo de Raadt # All rights reserved. diff --git a/distrib/sets/makeflist b/distrib/sets/makeflist index b1be99366..bdbc826eb 100644 --- a/distrib/sets/makeflist +++ b/distrib/sets/makeflist @@ -1,5 +1,5 @@ #!/bin/sh -# $OpenBSD: makeflist,v 1.1.1.1 2006/11/27 11:25:45 matthieu Exp $ +# $OpenBSD: makeflist,v 1.1 2006/11/27 11:25:45 matthieu Exp $ arch=$MACHINE Release=$1 |