From da2a998663fef8ae34c0f1bf81553f0f4f78b4a9 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 23 Oct 2002 17:23:00 +0000 Subject: [PATCH] (compile-files): Protext from shell bugs. --- lisp/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 5fd528b1d00..8da6a4e1f72 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -198,7 +198,7 @@ $(DONTCOMPILE:.el=.elc): # load's in the files being compiled find the right files. compile-files: subdirs.el doit - find $(lisp) -name "*.elc" -print | xargs chmod +w >/dev/null 2>&1; \ + find $(lisp) -name "*.elc" -print | xargs chmod +w >/dev/null 2>&1 || true; \ wd=$(lisp); $(setwins); \ elpat=`echo $$wins | tr ' ' '\012\012' | \ sed -e 's|\(.\)$$|\1/|' -e 's|^\./||' -e 's|$$|*.el|'`; \ -- 2.39.2