aboutsummaryrefslogtreecommitdiffstats
path: root/make-dist
diff options
context:
space:
mode:
authorBrian Fox <[email protected]>1993-09-19 00:17:52 +0000
committerBrian Fox <[email protected]>1993-09-19 00:17:52 +0000
commit863f1210026f400727191c3b244ce9f79ab1a901 (patch)
tree40c02c426639d350506e881f0a9a2dbca4b43060 /make-dist
parent733619f9ef824c12a2de842f6762bee42cf486db (diff)
Fixed naked backquotes in "echo" strings
Diffstat (limited to 'make-dist')
-rwxr-xr-xmake-dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/make-dist b/make-dist
index 4016fe88ea..e4d10124d4 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