diff auto/endianness @ 6269:7ec809b579d7

Configure: style fixes for autoconf.err. Signed-off-by: Piotr Sikora <piotrsikora@google.com>
author Piotr Sikora <piotrsikora@google.com>
date Fri, 23 Oct 2015 18:21:33 -0700
parents 434548349838
children e3faa5fb7772
line wrap: on
line diff
--- a/auto/endianness
+++ b/auto/endianness
@@ -4,8 +4,13 @@
 
 
 echo $ngx_n "checking for system byte ordering ...$ngx_c"
-echo >> $NGX_ERR
-echo "checking for system byte ordering" >> $NGX_ERR
+
+cat << END >> $NGX_AUTOCONF_ERR
+
+----------------------------------------
+checking for system byte ordering
+
+END
 
 
 cat << END > $NGX_AUTOTEST.c