cvs commit: src/bin/sh parser.c

Peter Avalos pavalos at crater.dragonflybsd.org
Sat Jan 13 21:40:20 PST 2007


pavalos     2007/01/13 21:39:22 PST

DragonFly src repository

  Modified files:
    bin/sh               parser.c 
  Log:
  Do not forget to increment the input line counter
  when reading a word spanning multiple lines.
  
  Support \H, \h, \w, \W, \$ string expansion in the prompt.
  
  Disallow empty condition parts of "if", "while" and "until" compound
  commands.
  
  Obtained-from:  FreeBSD
  
  Revision  Changes    Path
  1.10      +105 -11   src/bin/sh/parser.c


http://www.dragonflybsd.org/cvsweb/src/bin/sh/parser.c.diff?r1=1.9&r2=1.10&f=u





More information about the Commits mailing list