summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Auerswald <auerswal@unix-ag.uni-kl.de>2012-08-31 11:01:58 +0200
committerJim Meyering <meyering@redhat.com>2012-08-31 11:01:58 +0200
commitdc1f1f3c732f5311933f6d006ece7da3ee905ba1 (patch)
tree88dc559b432785c5c0a32abe74bbb8e76f0c3c5f
parentc1495a1107871f451fd680d5c23b2c71af6e9971 (diff)
downloadcoreutils-dc1f1f3c732f5311933f6d006ece7da3ee905ba1.tar.xz
doc: escape double quotes in autotools-install --help
* scripts/autotools-install: Fix --help so that we actually print the double quotes around "make check", in two places.
-rwxr-xr-xscripts/autotools-install4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/autotools-install b/scripts/autotools-install
index 20d02ae6e..e9e31510b 100755
--- a/scripts/autotools-install
+++ b/scripts/autotools-install
@@ -32,7 +32,7 @@ Download, build, and install some tools.
Options:
--prefix=PREFIX install tools under specified directory
- --skip-check do not run "make check" (this can save 50+ min)
+ --skip-check do not run \"make check\" (this can save 50+ min)
--help display this help and exit
For example, to install programs into \$HOME/autotools/bin, run this command:
@@ -41,7 +41,7 @@ For example, to install programs into \$HOME/autotools/bin, run this command:
If you've already verified that your system/environment can build working
versions of these tools, you can make this script complete in just a
-minute or two (rather than about an hour if you let all "make check"
+minute or two (rather than about an hour if you let all \"make check\"
tests run) by invoking it like this:
$prog_name --prefix=\$HOME/autotools --skip-check