Module Name:    src
Committed By:   christos
Date:           Sat Jun  2 15:52:25 UTC 2012

Modified Files:
        src/etc: weekly

Log Message:
PR/46521: Jim Bernard: remove duplicate -o


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/etc/weekly

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/etc/weekly
diff -u src/etc/weekly:1.26 src/etc/weekly:1.27
--- src/etc/weekly:1.26	Wed Feb 15 18:30:11 2012
+++ src/etc/weekly	Sat Jun  2 11:52:24 2012
@@ -1,6 +1,6 @@
 #!/bin/sh -
 #
-#	$NetBSD: weekly,v 1.26 2012/02/15 23:30:11 joerg Exp $
+#	$NetBSD: weekly,v 1.27 2012/06/02 15:52:24 christos Exp $
 #	from: @(#)weekly	8.2 (Berkeley) 1/2/94
 #
 
@@ -81,7 +81,7 @@ fi
 
 if checkyesno rebuild_whatisdb; then
 	echo ""
-	if [ -x /usr/libexec/makewhatis -a \( -f /etc/man.conf -o \
+	if [ -x /usr/libexec/makewhatis -a \( -f /etc/man.conf \
 	     -o -d /usr/share/man \) ]; then
 		echo "Rebuilding whatis databases:"
 		nice -n 5 /usr/libexec/makewhatis -f

Reply via email to