Use single quotes around @KRB5_RUN_ENV@ so that bash doesn't try to
authorTheodore Tso <tytso@mit.edu>
Thu, 7 Nov 1996 19:38:26 +0000 (19:38 +0000)
committerTheodore Tso <tytso@mit.edu>
Thu, 7 Nov 1996 19:38:26 +0000 (19:38 +0000)
expand $(TOPLIBD) in the echo line.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9334 dc483132-0cff-0310-8789-dd5450dbe970

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

index ef0a41ec86a3cb9051ea68f04c375f0a6f0e1247..b6df66f80cef9484620414d3c53f6e290563369f 100644 (file)
@@ -1,3 +1,8 @@
+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.
index 163ee038dd759a48be8de1056a921eafbc2daeee..fae26cdf3d3d208d802c99dda71a396637586fa6 100644 (file)
@@ -19,7 +19,7 @@ export STOP
 # 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