]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Fix env-setup.shin after RUN_ENV simplification
authorGreg Hudson <ghudson@mit.edu>
Fri, 23 Oct 2015 19:20:33 +0000 (15:20 -0400)
committerGreg Hudson <ghudson@mit.edu>
Fri, 23 Oct 2015 19:20:33 +0000 (15:20 -0400)
env-setup.shin converts @KRB5_RUN_ENV@ to a shell expression and evals
it.  Now that RUN_ENV no longer contains export statements, we need to
do that explicitly.

src/kadmin/testing/scripts/env-setup.shin

index dd2d8967e3388f94852d61194d419442be99856d..c8d866f153f0666e1fb957894e8efccb3ef206ae 100755 (executable)
@@ -33,6 +33,7 @@ EOF
 
 foo=`sed -e 's/(//g' -e 's/)//g' -e 's/\\\$\\\$/\$/g' /tmp/env_setup$$`
 eval $foo
+export @KRB5_RUN_VARS@
 
 # This will get put in setup.csh for convenience
 KRB5_RUN_ENV_CSH=`eval echo "$foo" | \