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:
parent
35622e5fe2
commit
4a9386fc7a
@ -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)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user