Mercurial > emacs
changeset 4740:f82d7536df7c
Fixed naked backquotes in "echo" strings
author | Brian Fox <bfox@gnu.org> |
---|---|
date | Sun, 19 Sep 1993 00:17:52 +0000 |
parents | e248ce46bca8 |
children | c0ea0009268a |
files | make-dist |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/make-dist Sat Sep 18 02:13:02 1993 +0000 +++ b/make-dist Sun Sep 19 00:17:52 1993 +0000 @@ -99,7 +99,7 @@ ### 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