From fccac1b63bbb987c42e3b8b2eefacfae707593b6 Mon Sep 17 00:00:00 2001 From: Eric Mader Date: Wed, 2 Aug 2006 00:36:16 +0000 Subject: [PATCH] ICU-5282 correct name of override script. X-SVN-Rev: 19954 --- tools/release/c/uconfigtest.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/release/c/uconfigtest.sh b/tools/release/c/uconfigtest.sh index fdff8fcf3ee..8acdcb43540 100755 --- a/tools/release/c/uconfigtest.sh +++ b/tools/release/c/uconfigtest.sh @@ -17,9 +17,9 @@ #------------------- Find full path names ----------------------- # check for uconfigtest.local -if [ -f ./uconfig.local ] +if [ -f ./uconfigtest.local ] then - ./uconfig.local + ./uconfigtest.local fi # location of this script