* Makefile.in (runenv.vars): Use tr to remove newlines in multiple
authorEzra Peisach <epeisach@mit.edu>
Tue, 7 Oct 1997 12:05:06 +0000 (12:05 +0000)
committerEzra Peisach <epeisach@mit.edu>
Tue, 7 Oct 1997 12:05:06 +0000 (12:05 +0000)
        lines of variables.

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

src/tests/dejagnu/ChangeLog
src/tests/dejagnu/Makefile.in

index e30adc7136d2239c223d2908ecf0b3d97df0f7d5..a0e52c43b400b135fbd16e1cc72d507177cf263e 100644 (file)
@@ -1,3 +1,8 @@
+Tue Oct  7 08:02:13 1997  Ezra Peisach  <epeisach@mit.edu>
+
+       * Makefile.in (runenv.vars): Use tr to remove newlines in multiple
+               lines of variables.
+
 Fri Oct  3 02:26:45 1997  Tom Yu  <tlyu@mit.edu>
 
        * Makefile.in: Fix up site.exp generation to reduce the quoting
index 7d45af0cf681262b31b53c8c1a82c022b4dfa3b8..6a75a5f4e6b5ac61b7b940c0501bf5256156bc73 100644 (file)
@@ -39,5 +39,5 @@ runenv.vals: runenv.vars
                eval echo "{$$i=\$$$$i}"; done > runenv.vals
 
 site.exp: runenv.vals
-       echo "set runvarlist [list `cat runenv.vals`]" | \
+       echo "set runvarlist [list `cat runenv.vals | tr '\n' ' '`]" | \
                sed -e 's%=\.%='`pwd`'/.%g' > site.exp