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:
parent
ba2a1fb0f2
commit
6e2f2e9215
@ -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; \
|
||||
|
Loading…
Reference in New Issue
Block a user