# HG changeset patch # User Brian Fox # Date 748397872 0 # Node ID f82d7536df7cbb650ceab0dd64878f89148227d0 # Parent e248ce46bca855ddaaf37cb6012b9cef94e1abae Fixed naked backquotes in "echo" strings diff -r e248ce46bca8 -r f82d7536df7c make-dist --- 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