Package: apt-zip
Severity: normal
tags: patch

Hello,

your first example for $GREP value in /etc/apt/apt-zip.conf is not 
quoted, but default value is.
If one remove default and copy your example back later, the grep call
will fail without any message to the user.

Download size will be shown, but script file has no package lines.


 
Regards,
Erik

-- 
 www.ErikSchanze.de *********************************************
 Bitte keine HTML-E-Mails! No HTML mails, please! Limit: 100 kB *
         - Chemnitzer Linux-Tage am 4. und 5. März 2006         *
             Info: http://chemnitzer.linux-tage.de/             *
--- /etc/apt/apt-zip.conf.orig	2006-01-09 20:33:06.000000000 +0100
+++ /etc/apt/apt-zip.conf	2006-01-09 20:33:39.000000000 +0100
@@ -27,6 +27,6 @@
 
 # The regexp applied to filter (with grep) the files to download.
 # Examples:
-# GREP=^http\|^ftp
+# GREP="^http\|^ftp"
 # GREP="-v ^cdrom\|^file"
 GREP="^http\|^ftp"

Reply via email to