X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/b00a6e80892dcbf844ee70a449288e87290a821d..769e9f3ea1cbe67d3b98e6db6c956abde2384868:/debian/apt.bug-script?ds=sidebyside diff --git a/debian/apt.bug-script b/debian/apt.bug-script index f5ec9e05d..a83b5563a 100755 --- a/debian/apt.bug-script +++ b/debian/apt.bug-script @@ -18,7 +18,7 @@ if [ "$REPLY" = "yep" ]; then apt-config dump >&3 2>&1 fi -for config in /etc/apt/preferences /etc/apt/sources.list; do +for config in /etc/apt/preferences /etc/apt/preferences.d/* /etc/apt/sources.list /etc/apt/sources.list.d/* ; do if [ -f $config ]; then yesno "May I include your $config configuration file? [Y/n] " yep if [ "$REPLY" = "yep" ]; then