Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/eselect:master commit in: bin/
Date: Fri, 25 Oct 2013 16:33:02
Message-Id: 1382540388.479ade327363995d3614763cc747e00fee3883a0.ulm@gentoo
1 commit: 479ade327363995d3614763cc747e00fee3883a0
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 23 14:59:48 2013 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 23 14:59:48 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/eselect.git;a=commit;h=479ade32
7
8 Rearrange variables.
9
10 ---
11 bin/eselect.in | 3 +--
12 1 file changed, 1 insertion(+), 2 deletions(-)
13
14 diff --git a/bin/eselect.in b/bin/eselect.in
15 index b1dc5d9..fd570df 100755
16 --- a/bin/eselect.in
17 +++ b/bin/eselect.in
18 @@ -34,8 +34,8 @@ ESELECT_CORE_PATH="${ESELECT_DATA_PATH}/libs"
19 ESELECT_DEFAULT_ACTIONS="${ESELECT_CORE_PATH}/default.eselect"
20
21 # Our program name and version
22 -ESELECT_VERSION="@VERSION@"
23 ESELECT_PROGRAM_NAME="eselect"
24 +ESELECT_VERSION="@VERSION@"
25
26 # Invocation information
27 ESELECT_BINARY_NAME="$0"
28 @@ -106,7 +106,6 @@ es_do_version() {
29 # figure out what the action is. we need to know whether we're
30 # invoked as a something-config/something-update.
31 action=""
32 -
33 for suffix in config update{,r} tool manager reader; do
34 if [[ ${0%%-${suffix}} != "$0" ]]; then
35 action=$(basename "$0")