Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/auto/fmt
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2004-02-03 23:27:11 +0300
committerIgor Sysoev <igor@sysoev.ru>2004-02-03 23:27:11 +0300
commitaf57922780f9a851d467539de58c07b2663cafd6 (patch)
tree6691dc3886be2b41140db30122b435bad0bf57d1 /auto/fmt
parent25b36fedf72139617dc172dbca887888b258698d (diff)
nginx-0.0.2-2004-02-03-23:27:11 import
Diffstat (limited to 'auto/fmt')
-rw-r--r--auto/fmt/fmt8
1 files changed, 4 insertions, 4 deletions
diff --git a/auto/fmt/fmt b/auto/fmt/fmt
index 13b9bd3ee..f1c9c5978 100644
--- a/auto/fmt/fmt
+++ b/auto/fmt/fmt
@@ -1,5 +1,5 @@
-echo -n "checking for $ngx_type printf() format ..."
+echo $ngx_n "checking for $ngx_type printf() format ..." $ngx_c
echo >> $NGX_ERR
echo "checking for $ngx_type printf() format" >> $NGX_ERR
@@ -33,9 +33,9 @@ END
if [ -x $NGX_AUTOTEST ]; then
if [ "`$NGX_AUTOTEST`" = $max_size ]; then
if [ $ngx_fmt_collect = yes ]; then
- echo -n "$comma \"${fmt}\" is appropriate"
+ echo $ngx_n "$comma \"${fmt}\" is appropriate" $ngx_c
else
- echo -n "$comma \"${fmt}\" used"
+ echo $ngx_n "$comma \"${fmt}\" used" $ngx_c
fi
ngx_fmt=$fmt
fi
@@ -53,7 +53,7 @@ END
fi
fi
- echo -n "$comma \"${fmt}\" is not appropriate"
+ echo $ngx_n "$comma \"${fmt}\" is not appropriate" $ngx_c
comma=","
done