|
@@ -25,7 +25,7 @@ elif [ "${executable}" == "./ucc-bin" ];then
|
|
|
elif [ "${executable}" == "./ucc-bin" ];then
|
|
elif [ "${executable}" == "./ucc-bin" ];then
|
|
|
if [ -f "${executabledir}/ucc-bin-real" ]; then
|
|
if [ -f "${executabledir}/ucc-bin-real" ]; then
|
|
|
executable=ucc-bin-real
|
|
executable=ucc-bin-real
|
|
|
- if [ -f "${executabledir}/ut2004-bin" ]; then
|
|
|
|
|
|
|
+ elif [ -f "${executabledir}/ut2004-bin" ]; then
|
|
|
executable=ut2004-bin
|
|
executable=ut2004-bin
|
|
|
else
|
|
else
|
|
|
executable=ut-bin
|
|
executable=ut-bin
|