diff options
author | wosch <wosch@FreeBSD.org> | 1996-10-31 22:46:52 +0000 |
---|---|---|
committer | wosch <wosch@FreeBSD.org> | 1996-10-31 22:46:52 +0000 |
commit | e2f97bd33e3c07736908833c3447d5ed768c931e (patch) | |
tree | ad6021e1841eae959c87bc0924470db4b4e61272 /usr.bin | |
parent | 24d5f5f54cca5c6ae18ce6b44d508cafad3d4aeb (diff) | |
download | FreeBSD-src-e2f97bd33e3c07736908833c3447d5ed768c931e.zip FreeBSD-src-e2f97bd33e3c07736908833c3447d5ed768c931e.tar.gz |
add forgotten variable $locate
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/locate/locate/concatdb.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/locate/locate/concatdb.sh b/usr.bin/locate/locate/concatdb.sh index a56f16b..1314ac8 100644 --- a/usr.bin/locate/locate/concatdb.sh +++ b/usr.bin/locate/locate/concatdb.sh @@ -30,7 +30,7 @@ # # Sequence of databases is important. # -# $Id: concatdb.sh,v 1.1 1996/08/14 00:22:29 wosch Exp $ +# $Id: concatdb.sh,v 1.2 1996/08/27 20:04:24 wosch Exp $ # The directory containing locate subprograms : ${LIBEXECDIR=/usr/libexec}; export LIBEXECDIR @@ -48,6 +48,7 @@ fi : ${bigram=locate.bigram} : ${code=locate.code} : ${sort=sort} +: ${locate=locate} case $# in |