Module Name: src Committed By: kre Date: Sun Aug 19 10:47:45 UTC 2018
Modified Files: src/bin/sh: show.c Log Message: NFC: DEBUG mode only change. When tracing, show >&- as ">&-" rather than ">&-1" (the same op as >&n where internally n < 0 means "close") To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 src/bin/sh/show.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.