Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Sep 2010 20:35:43 +0000 (UTC)
From:      Jilles Tjoelker <jilles@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/bin/sh miscbltin.c src/tools/regression/bin/sh/builtins read4.0 read4.0.stdout
Message-ID:  <201009082036.o88KaA3S031355@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jilles      2010-09-08 20:35:43 UTC

  FreeBSD src repository

  Modified files:
    bin/sh               miscbltin.c 
  Added files:
    tools/regression/bin/sh/builtins read4.0 read4.0.stdout 
  Log:
  SVN rev 212339 on 2010-09-08 20:35:43Z by jilles
  
  sh: Fix 'read' if all chars before the first IFS char are backslash-escaped.
  
  Backslash-escaped characters did not set the flag for a non-IFS character.
  
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.43      +1 -0      src/bin/sh/miscbltin.c
  1.1       +10 -0     src/tools/regression/bin/sh/builtins/read4.0 (new)
  1.1       +8 -0      src/tools/regression/bin/sh/builtins/read4.0.stdout (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009082036.o88KaA3S031355>