add forgotten variable $locate

This commit is contained in:
Wolfram Schneider 1996-10-31 22:46:52 +00:00
parent 75c66a120a
commit 81de2b457b
1 changed files with 2 additions and 1 deletions

View File

@ -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