summaryrefslogtreecommitdiff
path: root/bin/sh/parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/sh/parser.c')
-rw-r--r--bin/sh/parser.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/sh/parser.c b/bin/sh/parser.c
index 1353b5be0a74..83830ecbcf78 100644
--- a/bin/sh/parser.c
+++ b/bin/sh/parser.c
@@ -33,7 +33,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: parser.c,v 1.6 1995/05/30 00:07:22 rgrimes Exp $
+ * $Id: parser.c,v 1.7 1995/08/11 08:18:39 joerg Exp $
*/
#ifndef lint
@@ -442,6 +442,8 @@ TRACE(("expecting DO got %s %s\n", tokname[got], got == TWORD ? wordtext : ""));
checkkwd = 1;
break;
/* Handle an empty command like other simple commands. */
+ case TAND:
+ case TOR:
case TNL:
case TWORD:
tokpushback++;