Gentoo Archives: gentoo-dev

From: Dan Douglas <ormaaj@×××××.com>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] bash-4.4 - call for testers
Date: Sat, 01 Oct 2016 21:49:41
Message-Id: CADVxHgO-Hwyz3yZ4PT=9a-ZS0Swgrsa3BWkYhHVaT7X1b7_VKg@mail.gmail.com
In Reply to: [gentoo-dev] bash-4.4 - call for testers by Lars Wendler
1 One note - it may be useful to install `BASH_LOADABLES_PATH=/usr/lib/bash`
2 to the global env.d environment when USE=plugins, now that bash has
3 this feature. It doesn't enable anything by default but just informs bash that
4 it can look for loadables in that location.
5
6 (ins)ormaaj@smorgbox ~ $ BASH_LOADABLES_PATH=/usr/lib/bash bash
7 (ins)ormaaj@smorgbox ~ $ enable -f hello hello
8 hello builtin loaded
9 (ins)ormaaj@smorgbox ~ $ hello
10 hello world

Replies

Subject Author
Re: [gentoo-dev] bash-4.4 - call for testers Dan Douglas <ormaaj@×××××.com>