소스 검색

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