mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-13 19:52:20 +00:00
Disable SHOPT_PFSH in feature test (re: f089d799
)
src/cmd/ksh93/features/options: - To make sure SHOPT_PFSH stays disabled on Solaris, we also need to stop this feature test from re-enabling it.
This commit is contained in:
parent
f089d7990a
commit
8e8ff5f6f6
1 changed files with 5 additions and 2 deletions
|
@ -29,8 +29,11 @@ tst cross{
|
||||||
case `echo a | tr a '\012' | wc -l` in
|
case `echo a | tr a '\012' | wc -l` in
|
||||||
*1*) option MULTIBYTE 0 ;;
|
*1*) option MULTIBYTE 0 ;;
|
||||||
esac
|
esac
|
||||||
test -x /bin/pfexec -o -x /usr/bin/pfexec
|
|
||||||
option PFSH $?
|
# deprecated: Solaris disabled SHOPT_PFSH in its build
|
||||||
|
#test -x /bin/pfexec -o -x /usr/bin/pfexec
|
||||||
|
#option PFSH $?
|
||||||
|
|
||||||
/bin/test ! -l . 2> /dev/null
|
/bin/test ! -l . 2> /dev/null
|
||||||
option TEST_L $?
|
option TEST_L $?
|
||||||
test -f /etc/ksh.kshrc -o -f /etc/bash.bashrc &&
|
test -f /etc/ksh.kshrc -o -f /etc/bash.bashrc &&
|
||||||
|
|
Loading…
Reference in a new issue