We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f089d79 commit 8e8ff5fCopy full SHA for 8e8ff5f
src/cmd/ksh93/features/options
@@ -29,8 +29,11 @@ tst cross{
29
case `echo a | tr a '\012' | wc -l` in
30
*1*) option MULTIBYTE 0 ;;
31
esac
32
- test -x /bin/pfexec -o -x /usr/bin/pfexec
33
- option PFSH $?
+
+ # deprecated: Solaris disabled SHOPT_PFSH in its build
34
+ #test -x /bin/pfexec -o -x /usr/bin/pfexec
35
+ #option PFSH $?
36
37
/bin/test ! -l . 2> /dev/null
38
option TEST_L $?
39
test -f /etc/ksh.kshrc -o -f /etc/bash.bashrc &&
0 commit comments