Date: Thu, 15 Jun 2006 07:00:50 +0000 (UTC) From: Stefan Farfeleder <stefanf@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/sh eval.c sh.1 var.c var.h Message-ID: <200606150700.k5F70oQ6001416@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
stefanf 2006-06-15 07:00:50 UTC FreeBSD src repository Modified files: bin/sh eval.c sh.1 var.c var.h Log: Implement the PS4 variable which is defined by the POSIX User Portability Utilities option. Its value is printed at the beginning of the line if tracing (-x) is active. PS4 defaults to the string "+ " which is compatible with the old behaviour to always print "+ ". We still need to expand variables in PS1, PS2 and PS4. PR: 46441 (part of) Submitted by: schweikh Obtained from: NetBSD Revision Changes Path 1.52 +8 -3 src/bin/sh/eval.c 1.119 +10 -3 src/bin/sh/sh.1 1.32 +3 -0 src/bin/sh/var.c 1.14 +2 -0 src/bin/sh/var.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606150700.k5F70oQ6001416>