From 1985e827122e84f2d323a493112bded76fc5e4f1 Mon Sep 17 00:00:00 2001 From: Antonio Nikishaev Date: Wed, 20 Feb 2019 14:35:23 +0400 Subject: Revert "Fix a particular sed invocation in otp_build" This reverts commit c8544cf07399555b61d84174e0887966f982deea. --- otp_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/otp_build b/otp_build index 376ea630b5..175c5fbcfe 100755 --- a/otp_build +++ b/otp_build @@ -317,7 +317,7 @@ do_autoconf () echo "=== running autoconf in $d" ( cd "$d" && autoconf ) || exit 1 - chdr=`cat "$file" | LC_CTYPE=C sed -n "s|.*\(AC_CONFIG_HEADER\).*|\1|p"` + chdr=`cat "$file" | sed -n "s|.*\(AC_CONFIG_HEADER\).*|\1|p"` [ "$chdr" = "AC_CONFIG_HEADER" ] || continue echo "=== running autoheader in $d" ( cd "$d" && autoheader ) || exit 1 -- cgit v1.2.3