From 7040856dc4e3db0ad43e0be612c7711eff10ba19 Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Fri, 6 Jun 2003 17:46:51 +0000 Subject: [PATCH] ICU-2753 od changed format. X-SVN-Rev: 12350 --- icu4c/as_is/os400/unpax-icu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4c/as_is/os400/unpax-icu.sh b/icu4c/as_is/os400/unpax-icu.sh index 02dedd1eec3..e69b1225c32 100755 --- a/icu4c/as_is/os400/unpax-icu.sh +++ b/icu4c/as_is/os400/unpax-icu.sh @@ -93,7 +93,7 @@ for file in `find ./icu \( -name \*.txt -print \)`; do # echo "bom8 is" $bom8 "for" $file # bom8=`head -c 3 $file|od -t x1|head -n 1|cut -d ' ' -f2-4`; #Find a converted UTF-8 BOM - if [ "$bom8" = "057 08b 0ab" ] + if [ "$bom8" = "057 08b 0ab" -o "$bom8" = "57 8b ab" ] then binary_files="$binary_files `echo $file | cut -d / -f2-`"; fi