about summary refs log tree commit diff
path: root/Etc/BUGS
diff options
context:
space:
mode:
Diffstat (limited to 'Etc/BUGS')
-rw-r--r--Etc/BUGS7
1 files changed, 7 insertions, 0 deletions
diff --git a/Etc/BUGS b/Etc/BUGS
index 5dbe23650..37f0455a7 100644
--- a/Etc/BUGS
+++ b/Etc/BUGS
@@ -57,3 +57,10 @@ The originator has a gentoo.org address which might provide some extra clues.
 ------------------------------------------------------------------------
 44525, 45778 [PATCH] prompt redrawn on the wrong line upon SIGWINCH 
 ------------------------------------------------------------------------
+users/24904: 'func <(...) | wc -l' results in ENOENT on /proc/self/fd/13
+
+% efe() cat $1
+% efe <(seq 1 10) | wc -l
+cat: /proc/self/fd/13: No such file or directory
+0
+------------------------------------------------------------------------