xmlterm changes only (not part of the default build).

xmlterm script fixed to work properly on Solaris.
This commit is contained in:
svn%xmlterm.org 2000-03-17 05:37:54 +00:00
Родитель 2e178fdfae
Коммит f4bf2dd0f0
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -24,7 +24,7 @@ else
MOZILLA_DIR=`rpm -q --queryformat "%{INSTALLPREFIX}" xmlterm` MOZILLA_DIR=`rpm -q --queryformat "%{INSTALLPREFIX}" xmlterm`
fi fi
if [ ${#MOZILLA_DIR} -eq 0 ] if [ ! "$MOZILLA_DIR" ]
then then
# Assume command prefix points to mozilla directory # Assume command prefix points to mozilla directory
MOZILLA_DIR=$PREFIX MOZILLA_DIR=$PREFIX