1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-30 08:09:04 +00:00

Add missing backslash.

This commit is contained in:
Erik Naggum 1995-11-30 03:43:50 +00:00
parent ba2a1fb0f2
commit 6e2f2e9215

View File

@ -355,7 +355,7 @@ install-arch-indep: mkdir
if [ `(cd ${srcdir}/info && /bin/pwd)` != `(cd ${infodir} && /bin/pwd)` ]; \
then \
(cd ${infodir}; \
if [ -f dir ]; then
if [ -f dir ]; then \
if [ ! -f dir.old ]; then mv -f dir dir.old; \
else mv -f dir dir.bak; fi; \
fi; \