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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"