components/ksh93/patches/CR7168611.patch
changeset 815 e17805629856
equal deleted inserted replaced
814:e44a08495fc5 815:e17805629856
       
     1 diff -rupN INIT.2011-02-08.clean/src/cmd/ksh93/Makefile INIT.2011-02-08/src/cmd/ksh93/Makefile
       
     2 --- INIT.2011-02-08.clean/src/cmd/ksh93/Makefile	2012-05-14 16:26:08.957879865 +0100
       
     3 +++ INIT.2011-02-08/src/cmd/ksh93/Makefile	2012-05-14 16:30:00.712605686 +0100
       
     4 @@ -39,7 +39,7 @@ SHOPT_MULTIBYTE == 1		/* multibyte chara
       
     5  SHOPT_NAMESPACE == 1		/* allow namespaces */
       
     6  SHOPT_OLDTERMIO ==		/* support both TCGETA and TCGETS */
       
     7  SHOPT_OPTIMIZE == 1		/* optimize loop invariants */
       
     8 -SHOPT_PFSH == 1			/* solaris exec_attr(4) profile execution */
       
     9 +SHOPT_PFSH == 0			/* solaris exec_attr(4) profile execution */
       
    10  SHOPT_P_SUID == 1		/* real uid's that require -p for set[ug]id */
       
    11  SHOPT_RAWONLY == 1		/* make viraw the only vi mode */
       
    12  SHOPT_REGRESS ==		/* enable __regress__ builtin and instrumented intercepts for testing */