]> git.saurik.com Git - apt.git/commitdiff
debian/apt.cron.daily: Fix issue related to APT::Periodic::Enable.
authorJulian Andres Klode <jak@debian.org>
Thu, 6 Aug 2009 10:54:27 +0000 (12:54 +0200)
committerJulian Andres Klode <jak@debian.org>
Thu, 6 Aug 2009 10:54:27 +0000 (12:54 +0200)
debian/apt.cron.daily

index a09eeaca8c133d50c40b7d964e64072edefc7de5..b6099ee75aa30cd22b8e2c8dcf56a17aff7238ad 100644 (file)
@@ -329,7 +329,7 @@ fi
 AutoAptEnable=1  # default is yes
 eval $(apt-config shell AutoAptEnable APT::Periodic::Enable)
 
-if [ AutoAptEnable -eq 0 ]; then
+if [ $AutoAptEnable -eq 0 ]; then
     exit 0
 fi