Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Aug 1995 13:26:47 -0700
From:      Joerg Wunsch <joerg>
To:        cvs-bin, CVS-commiters
Subject:   cvs commit: src/bin/sh Makefile parser.c shell.h
Message-ID:  <199508272026.NAA02737@freefall.FreeBSD.org>

next in thread | raw e-mail | index | archive | help
joerg       95/08/27 13:26:45

  Modified:    bin/sh    Makefile parser.c shell.h
  Log:
  Make the shell handle a null command in a &&/|| sequence correctly.
  The && and || tokens do also terminate a command, not only the
  newline.
  
  While i was at it, disabled trace code by default, it served no good
  purpose since it required the use of a debugger anyway to be turned
  on.  Instead, placed a hint in the Makefile on how to turn it on.
  
  This makes the shell ~ 10 % faster and ~ 4 KB smaller. :)
  
  Pointed out by:  jan@physik.TU-Berlin.DE (Jan Riedinger)



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