diff options
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/apt.bug-script | 2 |
1 files changed, 1 insertions, 1 deletions
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 |