diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 17:02:06 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 17:02:06 +0000 |
commit | fc0aaa5ecb51cc4d274d5d8c6bc430d664b01216 (patch) | |
tree | e6cd663c22bf9b6ab439f19c76dfe3a2ce9e0bf3 | |
parent | d9a381915a5bc66c979a14940d2bf2de70a1365e (diff) |
Add missing >&3
Author: mdz
Date: 2003-07-21 06:16:05 GMT
Add missing >&3
-rwxr-xr-x | debian/bugscript | 2 |
1 files changed, 1 insertions, 1 deletions
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 |