Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Aug 2010 21:18:21 +0000 (UTC)
From:      Jilles Tjoelker <jilles@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/bin/sh expand.c src/tools/regression/bin/sh/expansion pathname4.0
Message-ID:  <201008222119.o7MLJ868078333@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jilles      2010-08-22 21:18:21 UTC

  FreeBSD src repository

  Modified files:
    bin/sh               expand.c 
  Added files:
    tools/regression/bin/sh/expansion pathname4.0 
  Log:
  SVN rev 211646 on 2010-08-22 21:18:21Z by jilles
  
  sh: Remove remnants of '!!' to negate pattern.
  
  This Almquist extension was disabled long ago.
  
  In pathname generation, components starting with '!!' were treated as
  containing wildcards, causing unnecessary readdir (which could fail, causing
  pathname generation to fail while it should not).
  
  Revision  Changes    Path
  1.67      +2 -17     src/bin/sh/expand.c
  1.1       +28 -0     src/tools/regression/bin/sh/expansion/pathname4.0 (new)



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