[X2Go-Commits] [x2goserver] 17/30: x2goserver/lib/x2goupdateoptionsstring: fix interpolated string warning.
git-admin at x2go.org
git-admin at x2go.org
Thu Dec 13 11:22:48 CET 2018
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository x2goserver.
commit ea949fba9a898c6248a78453d68f89ba9e892110
Author: Mihai Moldovan <ionic at ionic.de>
Date: Mon Dec 10 12:42:19 2018 +0100
x2goserver/lib/x2goupdateoptionsstring: fix interpolated string warning.
---
debian/changelog | 1 +
x2goserver/lib/x2goupdateoptionsstring | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index b83710f..bb6bea6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -43,6 +43,7 @@ x2goserver (4.1.0.4-0x2go1) UNRELEASED; urgency=medium
for the modification/addition case.
- x2goserver/lib/x2goupdateoptionsstring: ignore some very noisy
Perl::Critic warnings that we're going to ignore anyway.
+ - x2goserver/lib/x2goupdateoptionsstring: fix interpolated string warning.
* debian/control:
+ Build-depend upon lsb-release for distro version detection.
* debian/x2goserver.manpages:
diff --git a/x2goserver/lib/x2goupdateoptionsstring b/x2goserver/lib/x2goupdateoptionsstring
index 57092ca..9f64bfd 100755
--- a/x2goserver/lib/x2goupdateoptionsstring
+++ b/x2goserver/lib/x2goupdateoptionsstring
@@ -224,7 +224,7 @@ sub intermediate_to_string {
}
if ('HASH' ne ref ($entry)) {
- print {*STDERR} "Entry in array has invalid type (" . ref ($entry) ."), returning undef.\n";
+ print {*STDERR} 'Entry in array has invalid type (' . ref ($entry) ."), returning undef.\n";
$error_detected = 1;
last;
}
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goserver.git
More information about the x2go-commits
mailing list