From fc0aaa5ecb51cc4d274d5d8c6bc430d664b01216 Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 17:02:06 +0000 Subject: Add missing >&3 Author: mdz Date: 2003-07-21 06:16:05 GMT Add missing >&3 --- debian/bugscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3