comparison make-dist @ 11209:4d404c6112e3

Add missing close backquote.
author Karl Heuer <kwzh@gnu.org>
date Wed, 05 Apr 1995 20:46:40 +0000
parents 6eb8397f165b
children cf940edd7667
comparison
equal deleted inserted replaced
11208:18107abf5df3 11209:4d404c6112e3
290 rm -f DOC* *~ \#*\# *.dvi *.log *,v =* core 290 rm -f DOC* *~ \#*\# *.dvi *.log *,v =* core
291 rm -f TAGS) 291 rm -f TAGS)
292 292
293 echo "Making links to \`etc/e'." 293 echo "Making links to \`etc/e'."
294 (cd etc/e 294 (cd etc/e
295 ln `ls -d * | grep -v 'RCS' ../${tempdir}/etc/e 295 ln `ls -d * | grep -v 'RCS'` ../${tempdir}/etc/e
296 cd ../${tempdir}/etc 296 cd ../${tempdir}/etc
297 rm -f DOC* *~ \#*\# *,v =* core) 297 rm -f DOC* *~ \#*\# *,v =* core)
298 298
299 echo "Making links to \`cpp'." 299 echo "Making links to \`cpp'."
300 (cd cpp 300 (cd cpp