瀏覽代碼

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

Arch Librarian 22 年之前
父節點
當前提交
fc0aaa5ecb
共有 1 個文件被更改,包括 1 次插入1 次删除
  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