From 9fe57cde9dc98af3077de6153ad1c00c8dbe852a Mon Sep 17 00:00:00 2001 From: radius Date: Sat, 31 Oct 2015 15:13:01 -0500 Subject: [PATCH] rebuild everything on the first day of the month --- libretro-buildbot-recipe.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/libretro-buildbot-recipe.sh b/libretro-buildbot-recipe.sh index de7d3717..a86a8eda 100755 --- a/libretro-buildbot-recipe.sh +++ b/libretro-buildbot-recipe.sh @@ -190,9 +190,8 @@ if [ -z "$FORCE" ]; then FORCE=NO fi -ifStart=`date '+%d'` -if [$ifStart == 01] -then +DAY=`date '+%d'` +if [ $DAY == 01 ]; then FORCE=YES fi