diff options
author | Stephen Hemminger <shemming@brocade.com> | 2015-06-25 15:10:22 -0400 |
---|---|---|
committer | Stephen Hemminger <shemming@brocade.com> | 2015-06-25 15:10:22 -0400 |
commit | aaf70458028a243f0d60bbe82b787bdb1f3b9a31 (patch) | |
tree | 5be53ec1990626e5098d3420ec63e1c0aebba055 /configure | |
parent | f975059a511d19658eaf73806fee821311fd59ff (diff) |
configure: cleanup
Don't echo "-e" when using builtin echo in bash.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -312,7 +312,8 @@ check_ipt echo -n " IPSET " check_ipset -echo -n -e "\niptables modules directory: " +echo +echo -n "iptables modules directory: " check_ipt_lib_dir echo -n "libc has setns: " @@ -326,8 +327,8 @@ check_elf echo -n "libmnl support: " check_mnl -echo " (required by tipc)" -echo -e "\nDocs" +echo +echo -n "docs:" check_docs -echo "" +echo |