mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
src/cmd/ksh93/features/options:
- Fix unportable SHELLMAGIC test:
1. /bin/echo does not work on all systems, but /usr/bin/env is a
de-facto standard path (even NixOS gave in and has it).
2. Do not try to execute a temp file in /tmp as it might be
mounted noexec. Use our own $EXECROOT instead.
- rm unnecessary 'exec 9<&-' (it was never opened globally).
- Remove broken SHOPT_UCB test. It had a syntax error, but the
result is not used anywhere.
|
||
|---|---|---|
| .. | ||
| cmds | ||
| dynamic | ||
| externs | ||
| locale | ||
| math.sh | ||
| options | ||
| poll | ||
| rlimits | ||
| setjmp | ||
| sigfeatures | ||
| time | ||
| ttys | ||