summaryrefslogtreecommitdiff
path: root/cpp/qpid-autotools-install
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/qpid-autotools-install')
-rwxr-xr-xcpp/qpid-autotools-install4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/qpid-autotools-install b/cpp/qpid-autotools-install
index 796f123ea0..2ed3174903 100755
--- a/cpp/qpid-autotools-install
+++ b/cpp/qpid-autotools-install
@@ -1,7 +1,7 @@
#!/bin/sh
# Written by Jim Meyering
-VERSION='2006-12-18 16:16' # UTC
+VERSION='2007-01-22 19:38' # UTC
prog_name=`basename $0`
die () { echo "$prog_name: $*" >&2; exit 1; }
@@ -24,7 +24,7 @@ Options:
--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/qpid-tools/bin, run this command:
+For example, to install programs into \$HOME/qpid-tools/bin, run this command:
$prog_name --prefix=\$HOME/qpid-tools