Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Jul 2010 22:31:45 +0000 (UTC)
From:      Jilles Tjoelker <jilles@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/bin/sh parser.c
Message-ID:  <201007142232.o6EMW41D019192@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jilles      2010-07-14 22:31:45 UTC

  FreeBSD src repository

  Modified files:
    bin/sh               parser.c 
  Log:
  SVN rev 210087 on 2010-07-14 22:31:45Z by jilles
  
  sh: There cannot be a TNOT in simplecmd(), remove checks.
  
  simplecmd() only handles simple commands and function definitions, neither
  of which involves the ! keyword. The initial token on entry to simplecmd()
  is one of the following: TSEMI, TAND, TOR, TNL, TEOF, TWORD, TRP.
  
  Revision  Changes    Path
  1.83      +3 -19     src/bin/sh/parser.c



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