From b7914945934d9b76b1fd414476130262a1e42803 Mon Sep 17 00:00:00 2001 From: rillig Date: Sun, 13 Feb 2005 03:49:12 +0000 Subject: Corrected a misspelling of a variable. I used $rebooted in a shell code, which had better been $$rebooted (Makefile quoting). Approved by jlam. --- mk/bsd.pkg.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mk') diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index 9e5cba1b093..9658b7b1a7b 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.1587 2005/02/12 00:27:41 rillig Exp $ +# $NetBSD: bsd.pkg.mk,v 1.1588 2005/02/13 03:49:12 rillig Exp $ # # This file is in the public domain. # @@ -1624,7 +1624,7 @@ _ACQUIRE_LOCK= \ : "Remove lock files older than the last reboot"; \ if ${TEST} -f /var/run/dmesg.boot -a -f ${LOCKFILE}; then \ rebooted=`${FIND} /var/run/dmesg.boot -newer ${LOCKFILE}`; \ - if ${TEST} x"$rebooted" != x; then \ + if ${TEST} x"$$rebooted" != x; then \ ${ECHO} "=> Removing stale ${LOCKFILE}"; \ ${RM} ${LOCKFILE}; \ fi; \ -- cgit v1.2.3