* [gentoo-commits] eselect r582 - trunk/libs
@ 2009-06-06 13:47 Ulrich Mueller (ulm)
0 siblings, 0 replies; only message in thread
From: Ulrich Mueller (ulm) @ 2009-06-06 13:47 UTC (permalink / raw
To: gentoo-commits
Author: ulm
Date: 2009-06-06 13:47:08 +0000 (Sat, 06 Jun 2009)
New Revision: 582
Modified:
trunk/libs/package-manager.bash.in
Log:
Allow only lower case for package manager names.
Modified: trunk/libs/package-manager.bash.in
===================================================================
--- trunk/libs/package-manager.bash.in 2009-06-06 11:06:42 UTC (rev 581)
+++ trunk/libs/package-manager.bash.in 2009-06-06 13:47:08 UTC (rev 582)
@@ -19,9 +19,9 @@
package_manager() {
local pm
case ${PACKAGE_MANAGER:-@PACKAGE_MANAGER@} in
- portage|Portage)
+ portage)
pm=portage ;;
- paludis|Paludis)
+ paludis)
set -- ${PALUDIS_COMMAND:-paludis}
type "$1" &>/dev/null && pm=paludis ;;
esac
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-06-06 13:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-06 13:47 [gentoo-commits] eselect r582 - trunk/libs Ulrich Mueller (ulm)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox