From d72d02311f02b12e93a8ce3de513d99b41c5bd0b Mon Sep 17 00:00:00 2001 From: Sheldon Hearn Date: Thu, 2 Mar 2000 15:00:53 +0000 Subject: Use double-quotes instead of single-quotes when displaying the usage so that the shell interpolates $0. PR: 17121 Submitted by: Peng HaiJie --- tools/diag/httpd-error/httpd-error | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/diag/httpd-error/httpd-error b/tools/diag/httpd-error/httpd-error index 43cb3c41ab32..badce56f141e 100755 --- a/tools/diag/httpd-error/httpd-error +++ b/tools/diag/httpd-error/httpd-error @@ -54,7 +54,7 @@ case "$mode" in uniq -c | sort -nr ;; - *) echo 'usage $0 {-host|-filehits|-user|-userhits} < error.log' >&2 + *) echo "usage $0 {-host|-filehits|-user|-userhits} < error.log" >&2 exit 1 ;; esac -- cgit v1.3