From 774aa666335681d60d59d25651f10212254ea2f0 Mon Sep 17 00:00:00 2001 From: christos Date: Fri, 8 Mar 2013 14:32:12 +0000 Subject: [PATCH] add missing $, from Petar Bogdanovic --- etc/daily | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/daily b/etc/daily index 4aaa0da0cc55..6840e6ab2daa 100644 --- a/etc/daily +++ b/etc/daily @@ -1,6 +1,6 @@ #!/bin/sh - # -# $NetBSD: daily,v 1.87 2012/08/29 20:34:18 wiz Exp $ +# $NetBSD: daily,v 1.88 2013/03/08 14:32:12 christos Exp $ # @(#)daily 8.2 (Berkeley) 1/25/94 # @@ -258,7 +258,7 @@ if checkyesno run_rdist && [ -f /etc/Distfile ]; then fi if pkg_info ${_compat_K_flag} -q -E '*'; then - if [ -z "fetch_pkg_vulnerabilities" ]; then + if [ -z "$fetch_pkg_vulnerabilities" ]; then echo "fetch_pkg_vulnerabilities is not set in daily.conf(5)." echo "You should set it to YES to enable vulnerability checks" echo "or set it to NO to get rid of this warning."