diff --git a/fix-eselect b/fix-eselect new file mode 100755 index 0000000..953aa6e --- /dev/null +++ b/fix-eselect @@ -0,0 +1,6 @@ +#!/bin/bash + +#Gentoo: fix eselect / type alias + +sed -i 's/type -t/command type -t/' /usr/share/eselect/libs/tests.bash +