summaryrefslogtreecommitdiff
path: root/debian/apt.cron.daily
diff options
context:
space:
mode:
authorKees Cook <kees@outflux.net>2009-10-14 15:31:05 -0700
committerKees Cook <kees@outflux.net>2009-10-14 15:31:05 -0700
commitfae49a716142b87ac6f6cdcc8e11d2d323ba615f (patch)
tree47ae0c7983f3e323f4f9e96adb68202331e92078 /debian/apt.cron.daily
parent40cdb71e715cf1c8e6d8201da307f992763f1654 (diff)
* debian/apt.cron.daily:
- fix quotes for use with "eval", thanks to Lars Ljung (LP: #449535).
Diffstat (limited to 'debian/apt.cron.daily')
-rw-r--r--debian/apt.cron.daily2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/apt.cron.daily b/debian/apt.cron.daily
index 328282a41..9afc553ae 100644
--- a/debian/apt.cron.daily
+++ b/debian/apt.cron.daily
@@ -454,7 +454,7 @@ if check_stamp $UPDATE_STAMP $UpdateInterval; then
else
debug_echo "apt-key net-update (failure)"
fi
- if eval apt-get $XAPTOPT -y update -o APT::Update::Auth-Failure::="cp /usr/share/apt/apt-auth-failure.note /var/lib/update-notifier/user.d/" $XSTDERR; then
+ if eval apt-get $XAPTOPT -y update -o APT::Update::Auth-Failure::=\"cp /usr/share/apt/apt-auth-failure.note /var/lib/update-notifier/user.d/\" $XSTDERR; then
debug_echo "download updated metadata (success)."
if which dbus-send >/dev/null && pidof dbus-daemon >/dev/null; then
if dbus-send --system / app.apt.dbus.updated boolean:true ; then