From 6007e5d1f073c08daa25bd3057eaf3d3ac307071 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 26 Oct 2007 01:36:17 -0400 Subject: [PATCH] fix use of old hours_since syntax --- mrconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mrconfig b/mrconfig index a209a2b..4fae2d6 100644 --- a/mrconfig +++ b/mrconfig @@ -7,7 +7,7 @@ skip = ! wantsrc [linux-2.6] checkout = git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git # only update once every 12 hours -skip = ([ "$1" = update ] && [ $(hours_since "$1") -lt 12 ]) +skip = ([ "$1" = update ] && ! hours_since "$1" 12) [debian-cd] checkout = svn co svn://svn.debian.org/debian-cd/trunk debian-cd -- 2.39.5