bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

read unexpected reads directory list


From: Filimonov Vadim
Subject: read unexpected reads directory list
Date: Tue, 31 Mar 2015 18:04:53 +0300

Configuration Information [Automatically generated, do not change]:
Machine: x86_64
OS: linux-gnu
Compiler: gcc
Compilation CFLAGS:  -DPROGRAM='bash' -DCONF_HOSTTYPE='x86_64' 
-DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='x86_64-pc-linux-gnu' 
-DCONF_VENDOR='pc' -DLOCALEDIR='/usr/share/locale' -DPACKAGE='bash' -DSHELL 
-DHAVE_C$
uname output: Linux filimonov 3.13.0-48-generic #80-Ubuntu SMP Thu Mar 12 
11:16:15 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
Machine Type: x86_64-pc-linux-gnu

Bash Version: 4.3
Patch Level: 11
Release Status: release

Description:

filimonov@filimonov:~/bashbug/bash-4.3$ read -u63 LINE <(echo "*");echo $LINE
bash: read: `/dev/fd/63': not a valid identifier
ABOUT-NLS aclocal.m4 alias.c alias.h alias.o array.c arrayfunc.c arrayfunc.h 
arrayfunc.o array.h array.o assoc.c assoc.h assoc.o AUTHORS bash bashansi.h 
bashbug bashhist.c bashhist.h bashhist.o bashintl.h bashjmp

filimonov@filimonov:~/bashbug/bash-4.3$ ls
ABOUT-NLS    assoc.o     bashtypes.h      COMPAT         cross-build    
execute_cmd.h  general.o  jobs.h       make_cmd.h    parser.h        po         
  sig.c        syntax.c       unwind_prot.o  y.tab.o
aclocal.m4   AUTHORS     bashversion      config-bot.h   CWRU           
execute_cmd.o  hashcmd.c  jobs.o       make_cmd.o    parse.y         POSIX      
  sig.h        syntax.h       variables.c
alias.c      bash        bracecomp.c      config.h       dispose_cmd.c  expr.c  
       hashcmd.h  lib          Makefile      patchlevel.h    print_cmd.c  
siglist.c    syntax.o       variables.h
alias.h      bashansi.h  bracecomp.o      config.h.in    dispose_cmd.h  expr.o  
       hashcmd.o  list.c       Makefile.in   pathexp.c       print_cmd.o  
siglist.h    temppp         variables.o
alias.o      bashbug     braces.c         config.log     dispose_cmd.o  
externs.h      hashlib.c  list.o       MANIFEST      pathexp.h       quit.h     
  signames.h   test.c         version.c
array.c      bashhist.c  braces.o         config.status  doc            
findcmd.c      hashlib.h  locale.c     mksignames    pathexp.o       RBASH      
  sig.o        test.h         version.h
arrayfunc.c  bashhist.h  buildsignames.o  config-top.h   error.c        
findcmd.h      hashlib.o  locale.o     mksignames.o  pathnames.h     README     
  stamp-h      test.o         version.o
arrayfunc.h  bashhist.o  buildversion.o   configure      error.h        
findcmd.o      include    lsignames.h  mksyntax      pathnames.h.in  redir.c    
  stringlib.c  tests          xmalloc.c
arrayfunc.o  bashintl.h  builtins         configure.ac   error.o        flags.c 
       input.c    m4           mksyntax.c    pcomplete.c     redir.h      
stringlib.o  trap.c         xmalloc.h
array.h      bashjmp.h   builtins.h       conftypes.h    eval.c         flags.h 
       input.h    mailcheck.c  NEWS          pcomplete.h     redir.o      
subst.c      trap.h         xmalloc.o
array.o      bashline.c  ChangeLog        copy_cmd.c     eval.o         flags.o 
       input.o    mailcheck.h  nojobs.c      pcomplete.o     shell.c      
subst.h      trap.o         Y2K
assoc.c      bashline.h  CHANGES          copy_cmd.o     examples       
general.c      INSTALL    mailcheck.o  NOTES         pcomplib.c      shell.h    
  subst.o      unwind_prot.c  y.tab.c
assoc.h      bashline.o  command.h        COPYING        execute_cmd.c  
general.h      jobs.c     make_cmd.c   parser-built  pcomplib.o      shell.o    
  support      unwind_prot.h  y.tab.h

Repeat-By:

read -u63 LINE <(echo "*");echo $LINE



reply via email to

[Prev in Thread] Current Thread [Next in Thread]