summaryrefslogtreecommitdiffstats
path: root/network/PaleMoon/icu.m4-adding-extra-bracket-to-not-confuse-grep.patch
blob: 078cf872373e98f9b7c1bffdd15cd8fabbbd6887 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/build/autoconf/icu.m4	2017-01-14 00:12:01.423712928 -0800
+++ b/build/autoconf/icu.m4	2017-01-14 00:17:50.332821372 -0800
@@ -73,7 +73,7 @@
         fi
     fi
 
-    version=`sed -n 's/^[[:space:]]*#[[:space:]]*define[[:space:]][[:space:]]*U_ICU_VERSION_MAJOR_NUM[[:space:]][[:space:]]*\([0-9][0-9]*\)[[:space:]]*$/\1/p' "$icudir/common/unicode/uvernum.h"`
+    version=`sed -n 's/^[[[:space:]]]*#[[:space:]]*define[[:space:]][[:space:]]*U_ICU_VERSION_MAJOR_NUM[[:space:]][[:space:]]*\([0-9][0-9]*\)[[:space:]]*$/\1/p' "$icudir/common/unicode/uvernum.h"`
     if test x"$version" = x; then
        AC_MSG_ERROR([cannot determine icu version number from uvernum.h header file $lineno])
     fi