Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sandbox:master commit in: data/
Date: Tue, 04 May 2021 08:50:54
Message-Id: 1620117641.f92049703da21591fe399308d47cedd2ea298d06.slyfox@gentoo
1 commit: f92049703da21591fe399308d47cedd2ea298d06
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 4 08:40:41 2021 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Tue May 4 08:40:41 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/sandbox.git/commit/?id=f9204970
7
8 sandbox.bashrc: don't alias 'make'
9
10 We already set LD_PRELOAD environment variable. That should be enough to
11 propagate it's effect. Let's keep make's argv unmodified.
12
13 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
14
15 data/sandbox.bashrc | 1 -
16 1 file changed, 1 deletion(-)
17
18 diff --git a/data/sandbox.bashrc b/data/sandbox.bashrc
19 index 7601d35..252e0aa 100644
20 --- a/data/sandbox.bashrc
21 +++ b/data/sandbox.bashrc
22 @@ -9,7 +9,6 @@ fi
23
24 export BASH_ENV="${SANDBOX_BASHRC}"
25
26 -alias make="make LD_PRELOAD=${LD_PRELOAD}"
27 alias su="su -c '/bin/bash -rcfile ${SANDBOX_BASHRC}'"
28
29 declare -r SANDBOX_ACTIVE