From: Joey Hess Date: Fri, 26 Oct 2007 05:36:17 +0000 (-0400) Subject: fix use of old hours_since syntax X-Git-Url: https://git.madduck.net/code/myrepos.git/commitdiff_plain/6007e5d1f073c08daa25bd3057eaf3d3ac307071 fix use of old hours_since syntax --- 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