expand $(TOPLIBD) in the echo line.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9334
dc483132-0cff-0310-8789-
dd5450dbe970
+Thu Nov 7 13:56:25 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
+
+ * env-setup.shin (foo): Use single quotes around @KRB5_RUN_ENV@ so
+ that bash doesn't try to expand $(TOPLIBD) in the echo line.
+
Tue Nov 5 08:07:06 1996 Ezra Peisach <epeisach@mit.edu>
* start_servers_local: kadmin/tcl/util.t is in source tree.
# The shared library run time setup
TOPLIBD=@RBUILD@/lib
# This converts $(TOPLIBD) to $TOPLIBD
-foo=`echo "@KRB5_RUN_ENV@" | sed -e 's/(//' -e 's/)//'`
+foo=`echo '@KRB5_RUN_ENV@' | sed -e 's/(//' -e 's/)//'`
eval $foo
# This will get put in setup.csh for convenience