summaryrefslogtreecommitdiffstats
path: root/usr.bin/locate/locate/updatedb.sh
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/locate/locate/updatedb.sh')
-rw-r--r--usr.bin/locate/locate/updatedb.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/locate/locate/updatedb.sh b/usr.bin/locate/locate/updatedb.sh
index 4de9e88..e42102c 100644
--- a/usr.bin/locate/locate/updatedb.sh
+++ b/usr.bin/locate/locate/updatedb.sh
@@ -26,9 +26,9 @@
#
# updatedb - update locate database for local mounted filesystems
#
-# $Id: updatedb.sh,v 1.12 1998/11/29 14:46:35 wosch Exp $
+# $Id: updatedb.sh,v 1.13 1999/02/28 20:40:19 ache Exp $
-LOCATE_CONFIG="/etc/locate.rc"
+: ${LOCATE_CONFIG="/etc/locate.rc"}
if [ -f "$LOCATE_CONFIG" -a -r "$LOCATE_CONFIG" ]; then
. $LOCATE_CONFIG
fi
OpenPOWER on IntegriCloud