Gentoo Archives: gentoo-commits

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/netifrc:master commit in: init.d/
Date: Sun, 21 Apr 2019 05:34:08
Message-Id: 1555824706.d3780ab87ea78da725012deda8a2e866b6276603.robbat2@OpenRC
1 commit: d3780ab87ea78da725012deda8a2e866b6276603
2 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 21 05:21:59 2019 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 21 05:31:46 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/netifrc.git/commit/?id=d3780ab8
7
8 init.d/net.lo.in: shellcheck: toplevel INIT variable
9
10 Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
11
12 init.d/net.lo.in | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/init.d/net.lo.in b/init.d/net.lo.in
16 index 1e5de3c..6d6b581 100644
17 --- a/init.d/net.lo.in
18 +++ b/init.d/net.lo.in
19 @@ -18,7 +18,7 @@ __IFS="
20 "
21
22 # Set the INIT to be openrc if this file is called directly
23 -: ${INIT:=openrc}
24 +: "${INIT:=openrc}"
25
26 if [ -f "$SHDIR/functions.sh" ]; then
27 # shellcheck disable=SC1090