]> git.saurik.com Git - apt.git/blobdiff - debian/apt.cron.daily
add config setting for User-Agent in http and https to the Acquire group,
[apt.git] / 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