From owner-cvs-all Thu Aug 26 1:16:31 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 06A9A15424; Thu, 26 Aug 1999 01:16:28 -0700 (PDT) (envelope-from tg@FreeBSD.org) Received: (from tg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA74032; Thu, 26 Aug 1999 01:16:28 -0700 (PDT) (envelope-from tg@FreeBSD.org) Message-Id: <199908260816.BAA74032@freefall.freebsd.org> From: Thomas Gellekum Date: Thu, 26 Aug 1999 01:16:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/sh miscbltin.c sh.1 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tg 1999/08/26 01:16:28 PDT Modified files: bin/sh miscbltin.c sh.1 Log: Make the behaviour of `read -e', ie. treating backslashes as special, the default. Add -r option for the read builtin to reverse this. PR: 13274 Reviewed by: cpiazza, hoek, sheldonh Revision Changes Path 1.20 +10 -8 src/bin/sh/miscbltin.c 1.29 +11 -9 src/bin/sh/sh.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message