]> git.saurik.com Git - apt.git/blobdiff - debian/apt.cron.daily
prepare new upload
[apt.git] / debian / apt.cron.daily
index 2665b65796e9e6a1c07eb88af23d95fc7e0f685a..3f9df9d7e4b3056f57c1d82ee6417023d75606e6 100644 (file)
@@ -375,7 +375,7 @@ fi
 check_power || exit 0
 
 # check if we can lock the cache and if the cache is clean
-if which apt-get >/dev/null && ! eval apt-get check -f $XAPTOPT $XSTDERR ; then
+if which apt-get >/dev/null && ! eval apt-get check $XAPTOPT $XSTDERR ; then
     debug_echo "error encountered in cron job with \"apt-get check\"."
     exit 0
 fi