]> git.saurik.com Git - apt.git/commitdiff
Add missing >&3
authorArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 17:02:06 +0000 (17:02 +0000)
committerArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 17:02:06 +0000 (17:02 +0000)
Author: mdz
Date: 2003-07-21 06:16:05 GMT
Add missing >&3

debian/bugscript

index d7b58c60a50ea9f1e7fa3c75cd4577c524fc86cf..4e8e628585563eb4f46313bc1be205d600fadb7e 100755 (executable)
@@ -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