components/ksh93/patches/080-CR7057565.patch
changeset 4196 d697072a92f5
parent 789 5f074ca23733
equal deleted inserted replaced
4195:d88c5d15a4af 4196:d697072a92f5
       
     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-04-11 17:48:34.919720887 +0100
       
     3 +++ INIT.2011-02-08/src/cmd/ksh93/Makefile	2012-04-11 17:51:33.474974484 +0100
       
     4 @@ -40,7 +40,7 @@ SHOPT_NAMESPACE == 1		/* allow namespace
       
     5  SHOPT_OLDTERMIO ==		/* support both TCGETA and TCGETS */
       
     6  SHOPT_OPTIMIZE == 1		/* optimize loop invariants */
       
     7  SHOPT_PFSH == 1			/* solaris exec_attr(4) profile execution */
       
     8 -SHOPT_P_SUID ==			/* real uid's that require -p for set[ug]id */
       
     9 +SHOPT_P_SUID == 1		/* real uid's that require -p for set[ug]id */
       
    10  SHOPT_RAWONLY == 1		/* make viraw the only vi mode */
       
    11  SHOPT_REGRESS ==		/* enable __regress__ builtin and instrumented intercepts for testing */
       
    12  SHOPT_REMOTE ==			/* enable --rc if running as a remote shell */