stefanf     2008-05-28 21:44:32 UTC
  FreeBSD src repository
  Modified files:
    bin/sh               parser.c 
  Log:
  Fix checking if a variable name is LINENO.  As STPUTC changes the pointer if it
  needs to enlarge the buffer, we must not keep a pointer to the beginning.
  
  PR:     ports/123879
  
  Revision  Changes    Path
  1.60      +5 -2      src/bin/sh/parser.c