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