Lines Matching refs:mozillaPath
731 mozillaPath="`cat "$greConfigFile"`"
732 if [ -n "$mozillaPath" ]; then
733 MOZILLA_COMP_PATH="$mozillaPath"
740 mozillaPath="`grep "^GRE_PATH=" "$i" | cut -d= -f2 | sed -e 's/^[ ]*//g' -e 's/[ ]*$//g'`"
741 if [ -n "$mozillaPath" ]; then
742 MOZILLA_COMP_PATH="$mozillaPath"
750 if [ -z "$mozillaPath" ]; then
753 mozillaPath="`readlink "$MozPath" | xargs dirname`"
754 if [ -n "$mozillaPath" ] && $TestCmd $TestCmdOption "$mozillaPath/libgtkembedmoz.so" || $TestCmd $TestCmdOption "$mozillaPath/libxul.so" ; then
755 MOZILLA_COMP_PATH="$mozillaPath"