summaryrefslogtreecommitdiffstats
path: root/usr.bin/locate
diff options
context:
space:
mode:
authorwosch <wosch@FreeBSD.org>1996-10-31 22:46:52 +0000
committerwosch <wosch@FreeBSD.org>1996-10-31 22:46:52 +0000
commite2f97bd33e3c07736908833c3447d5ed768c931e (patch)
treead6021e1841eae959c87bc0924470db4b4e61272 /usr.bin/locate
parent24d5f5f54cca5c6ae18ce6b44d508cafad3d4aeb (diff)
downloadFreeBSD-src-e2f97bd33e3c07736908833c3447d5ed768c931e.zip
FreeBSD-src-e2f97bd33e3c07736908833c3447d5ed768c931e.tar.gz
add forgotten variable $locate
Diffstat (limited to 'usr.bin/locate')
-rw-r--r--usr.bin/locate/locate/concatdb.sh3
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
OpenPOWER on IntegriCloud