From 70c11c603b0862395cc836e4a79e40830526c641 Mon Sep 17 00:00:00 2001 From: Maxim Likhachev Date: Tue, 8 May 2018 23:55:05 +0500 Subject: [PATCH] fix-eselect --- fix-eselect | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 fix-eselect 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 +