]> git.eshelyaron.com Git - emacs.git/commitdiff
Fixed naked backquotes in "echo" strings
authorBrian Fox <bfox@gnu.org>
Sun, 19 Sep 1993 00:17:52 +0000 (00:17 +0000)
committerBrian Fox <bfox@gnu.org>
Sun, 19 Sep 1993 00:17:52 +0000 (00:17 +0000)
make-dist

index 4016fe88ea4b615e5915d248d0ea046340f77bd9..e4d10124d4291d6a0bd02c8aaed9fd4b6d3fb514 100755 (executable)
--- 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