mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
Fix a few minor issues (#473)
Changes: - Fixed two xtrace test failures introduced in commit cfc8744c. - The definition of _use_ntfork_tcpgrp in xec.c is now dependent on SHOPT_SPAWN being defined (re: 8e9ed5be). - Removed many unnecessary newlines and fixed various typos.
This commit is contained in:
parent
7b99b7cf04
commit
8fc8c2f51c
28 changed files with 11 additions and 56 deletions
|
|
@ -424,7 +424,7 @@ noisy()
|
|||
copy() # "output-file" "data-that-must-not-be-processed-by-echo"
|
||||
{
|
||||
# Some ksh88 clones (pdksh, mksh) lack 'printf' as a built-in utility, so if a
|
||||
# ksh-type shell was detected, use the 'print' built-in for better peformance.
|
||||
# ksh-type shell was detected, use the 'print' built-in for better performance.
|
||||
case $1 in
|
||||
-) case $shell in
|
||||
ksh) print -r - "$2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue