diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2014-07-12 19:14:56 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2014-07-12 19:14:56 +0000 |
commit | 014313f882ea08a4f34e36446292c19724ec0642 (patch) | |
tree | c3577a4f06b913da9a2d0d7d70d5ecdf5e724928 /distrib | |
parent | 017200f4f1d33ae54c5d703cdb9d7868757dbc82 (diff) |
thinko
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/sets/makelocatedb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/sets/makelocatedb b/distrib/sets/makelocatedb index 834a12402..77cfece5a 100644 --- a/distrib/sets/makelocatedb +++ b/distrib/sets/makelocatedb @@ -1,5 +1,5 @@ #!/bin/sh -# $OpenBSD: makelocatedb,v 1.1 2014/07/10 07:13:13 espie Exp $ +# $OpenBSD: makelocatedb,v 1.2 2014/07/12 19:14:55 espie Exp $ # xy RELEASE=$1 @@ -12,7 +12,7 @@ fi pwd=`pwd` listsdir=`pwd`/lists -lists=`sh ./genlists $arch` +lists=`sh ./genlists ${MACHINE}` for setname in $lists; do (cd $pwd; sh gensetlist $setname) | \ |