1
1

* fix problem where find_app would return last useful app, not the first

useful

This commit was SVN r191.
Этот коммит содержится в:
Brian Barrett 2004-01-10 00:02:53 +00:00
родитель d674b48364
Коммит d03f375fc7

Просмотреть файл

@ -134,6 +134,7 @@ find_app() {
if check_version $min_version $version ; then
eval "lam_${app_name}=\"${i}\""
found=1
break
fi
done