From: Brian Fox Date: Sun, 19 Sep 1993 00:17:52 +0000 (+0000) Subject: Fixed naked backquotes in "echo" strings X-Git-Tag: emacs-19.34~11111 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=863f1210026f400727191c3b244ce9f79ab1a901;p=emacs.git Fixed naked backquotes in "echo" strings --- diff --git a/make-dist b/make-dist index 4016fe88ea4..e4d10124d42 100755 --- a/make-dist +++ b/make-dist @@ -99,7 +99,7 @@ rm -f /tmp/el /tmp/elc ### Make sure configure is newer than configure.in. if [ "x`ls -t configure configure.in | head -1`" != "xconfigure" ]; then - echo "`./configure.in' seems to be newer than `./configure.'" >&2 + echo "\`./configure.in' seems to be newer than \`./configure.'" >&2 echo "Attempting to run autoconf." >&2 autoconf fi