Przeglądaj źródła

Add missing >&3
Author: mdz
Date: 2003-07-21 06:16:05 GMT
Add missing >&3

Arch Librarian 22 lat temu
rodzic
commit
fc0aaa5ecb
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      debian/bugscript

+ 1 - 1
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