X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/5df11676215a3e9d6fbb335d99dd37ecba8e4cdd..3fbd67460e1c4c38a79d00f09bf3113a39abbeca:/debian/apt.bug-script 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