From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6DABF138334 for ; Sun, 21 Apr 2019 05:34:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 424E4E0AD3; Sun, 21 Apr 2019 05:34:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 25BDCE0AD3 for ; Sun, 21 Apr 2019 05:34:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F1470341BC2 for ; Sun, 21 Apr 2019 05:34:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3FD9B5C2 for ; Sun, 21 Apr 2019 05:34:03 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1555824763.a7e4efa284da47d89bd05f8a328b8a7b5edd2ad6.robbat2@OpenRC> Subject: [gentoo-commits] proj/netifrc:master commit in: init.d/ X-VCS-Repository: proj/netifrc X-VCS-Files: init.d/net.lo.in X-VCS-Directories: init.d/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: a7e4efa284da47d89bd05f8a328b8a7b5edd2ad6 X-VCS-Branch: master Date: Sun, 21 Apr 2019 05:34:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fa286ca4-6cf8-4343-8d7d-6377c8e27c48 X-Archives-Hash: 2eaf2dd456082a6cad27a615afd49ba0 commit: a7e4efa284da47d89bd05f8a328b8a7b5edd2ad6 Author: Robin H. Johnson gentoo org> AuthorDate: Sun Apr 21 05:22:41 2019 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Sun Apr 21 05:32:43 2019 +0000 URL: https://gitweb.gentoo.org/proj/netifrc.git/commit/?id=a7e4efa2 init.d/net.lo.in: shellcheck: quick initial variable values Signed-off-by: Robin H. Johnson gentoo.org> init.d/net.lo.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.d/net.lo.in b/init.d/net.lo.in index c53d3ea..2999a96 100644 --- a/init.d/net.lo.in +++ b/init.d/net.lo.in @@ -203,7 +203,7 @@ _netmask2cidr() ;; esac - local i= len= + local i='' len='' local IFS=. for i in $1; do case $i in @@ -220,7 +220,7 @@ _netmask2cidr() _configure_variables() { - local var= v= t= + local var='' v='' t='' for var in ${_config_vars}; do local v=