From d65b3b7a40a907812e0c55be0c4ebd1a61f35f8b Mon Sep 17 00:00:00 2001 From: kre Date: Thu, 4 Oct 2018 11:50:34 +0000 Subject: [PATCH] Fix an obvious botch in the previous rev, found by martin@ --- etc/security | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/security b/etc/security index 506363c6f6a0..a3505784460e 100644 --- a/etc/security +++ b/etc/security @@ -1,6 +1,6 @@ #!/bin/sh - # -# $NetBSD: security,v 1.123 2018/09/23 23:48:33 kre Exp $ +# $NetBSD: security,v 1.124 2018/10/04 11:50:34 kre Exp $ # from: @(#)security 8.1 (Berkeley) 6/9/93 # @@ -399,7 +399,7 @@ end-of-csh < $TMP1 fi done > $OUTPUT - if [ $umaskset = no ] -o [ -s $OUTPUT ] ; then + if [ $umaskset = no ] || [ -s $OUTPUT ] ; then printf "\nChecking root csh paths, umask values:\n$list\n\n" if [ -s $OUTPUT ]; then cat $OUTPUT