[X2Go-Commits] [nx-libs] 227/429: shellcheck: Fix SC2034 issue
git-admin at x2go.org
git-admin at x2go.org
Mon Oct 18 09:36:39 CEST 2021
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch 3.6.x
in repository nx-libs.
commit 930fbe08bf6e17a953bc3c869a1c6b66e498d76a
Author: Mario Trangoni <mjtrangoni at gmail.com>
Date: Sun Jan 31 14:57:29 2021 +0100
shellcheck: Fix SC2034 issue
See,
$ find . -name "*.sh" | xargs shellcheck -i SC2034
In ./roll-tarballs.sh line 34:
NULL=""
^--^ SC2034: NULL appears unused. Verify use (or export if used externally).
For more information:
https://www.shellcheck.net/wiki/SC2034 -- NULL appears unused. Verify use (...
Signed-off-by: Mario Trangoni <mjtrangoni at gmail.com>
---
roll-tarballs.sh | 1 -
1 file changed, 1 deletion(-)
diff --git a/roll-tarballs.sh b/roll-tarballs.sh
index 2e2a19f7a..1a5fac626 100755
--- a/roll-tarballs.sh
+++ b/roll-tarballs.sh
@@ -31,7 +31,6 @@ usage() {
}
PROJECT="nx-libs"
-NULL=""
test -d ".git" || usage
RELEASE="$1"
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git
More information about the x2go-commits
mailing list