1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

Add missing close backquote.

This commit is contained in:
Karl Heuer 1995-04-05 20:46:40 +00:00
parent 35622e5fe2
commit 4a9386fc7a

View File

@ -292,7 +292,7 @@ echo "Making links to \`etc'."
echo "Making links to \`etc/e'." echo "Making links to \`etc/e'."
(cd etc/e (cd etc/e
ln `ls -d * | grep -v 'RCS' ../${tempdir}/etc/e ln `ls -d * | grep -v 'RCS'` ../${tempdir}/etc/e
cd ../${tempdir}/etc cd ../${tempdir}/etc
rm -f DOC* *~ \#*\# *,v =* core) rm -f DOC* *~ \#*\# *,v =* core)