1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

Fix miscellaneous typos

This commit is contained in:
Martijn Dekker 2021-02-16 16:45:06 +00:00
parent 3a315f58f6
commit fe74702766
4 changed files with 7 additions and 7 deletions

View file

@ -577,7 +577,7 @@ if [[ -s "$tmp/fdleak.txt" ]]
then exec 3>&-
err_exit "Open file descriptor leaks out of subshell"
fi
# However, it should still survive a shared-state command sustitution if it's not 1 (stdout).
# However, it should still survive a shared-state command substitution if it's not 1 (stdout).
redirect 3>&- # close FD 3 just in case
: ${ redirect 3>"$tmp/fdshared.txt"; }
{ echo good >&3; } 2>/dev/null