summaryrefslogtreecommitdiff
path: root/debian/bugscript
diff options
context:
space:
mode:
Diffstat (limited to 'debian/bugscript')
-rwxr-xr-xdebian/bugscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/bugscript b/debian/bugscript
index d7b58c60a..4e8e62858 100755
--- a/debian/bugscript
+++ b/debian/bugscript
@@ -31,7 +31,7 @@ if [ -f /etc/apt/sources.list ]; then
yesno "May I include your sources.list (/etc/apt/sources.list)? [Y/n] " yep
if [ "$REPLY" = "yep" ]; then
- echo -e "\n-- /etc/apt/sources.list --\n"
+ echo -e "\n-- /etc/apt/sources.list --\n" >&3
cat /etc/apt/sources.list >&3
fi
fi