* fix-crontab: * Update bdlib to fix blank cron file issues * Fix regression in autocron: Wasn't working on FreeBSD due to 'crontab -l' not returning anything on STDOUT with an empty crontab
@@ -1 +1 @@
-Subproject commit dadf0a5ae7b4fd92777bb4b37a34c9a8325bc0ec
+Subproject commit 645c8b1457c3bc48ec58af3216988c62903e5611
@@ -783,7 +783,8 @@ int crontab_exists(bd::Stream* crontab, bool excludeSelf) {
}
free(out);
- }
+ } else
+ ret = 0;
return ret;