commit bash-20130301 snapshot

This commit is contained in:
Chet Ramey
2013-03-26 20:51:22 -04:00
parent 8eb22ee966
commit c7e43312f9
220 changed files with 45368 additions and 801 deletions
Vendored
+1 -1
View File
@@ -1785,7 +1785,7 @@ char **v;
}
],
bash_cv_wcwidth_broken=yes, bash_cv_wcwdith_broken=no)])
if test $bash_cv_wcwidth_broken = yes; then
if test "$bash_cv_wcwidth_broken" = yes; then
AC_DEFINE(WCWIDTH_BROKEN, 1, [wcwidth is usually not broken])
fi