Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 135999
Collapse All | Expand All

(-)/usr/share/php-select/libsymlink.sh (+6 lines)
Lines 79-84 Link Here
79
		return 1
79
		return 1
80
	fi
80
	fi
81
81
82
	if [[ ${choices[@]} != *$G_PHPVERSION* ]]; then
83
		echo "*** error: no compatible PHP version installed"
84
		G_EXITSTATUS=$G_STATUS_NOTCOMPATIBLE
85
		return 1
86
	fi
87
82
	return 0
88
	return 0
83
}
89
}
84
90

Return to bug 135999