From owner-cvs-all@FreeBSD.ORG Fri Sep 12 23:59:23 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA2AC16A4BF; Fri, 12 Sep 2003 23:59:23 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 304D843FF9; Fri, 12 Sep 2003 23:59:23 -0700 (PDT) (envelope-from schweikh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h8D6xN0U064515; Fri, 12 Sep 2003 23:59:23 -0700 (PDT) (envelope-from schweikh@repoman.freebsd.org) Received: (from schweikh@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h8D6xM6B064513; Fri, 12 Sep 2003 23:59:22 -0700 (PDT) Message-Id: <200309130659.h8D6xM6B064513@repoman.freebsd.org> From: Jens Schweikhardt Date: Fri, 12 Sep 2003 23:59:22 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/bin/sh mkbuiltins X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Sep 2003 06:59:23 -0000 schweikh 2003/09/12 23:59:22 PDT FreeBSD src repository Modified files: bin/sh mkbuiltins Log: Do not assume there is only a space between #define and the macro name when grepping for JOBS. The recent style cleanup replaced the space with a tab and broke job control detection. Little edits, disastrous consequences. Submitted by: Peter Edwards X-MFC when: in about 5 weeks with the other sh arithmetic fixes. Revision Changes Path 1.12 +1 -1 src/bin/sh/mkbuiltins