[X2Go-Commits] [x2goserver] 03/99: x2goserver/lib/x2goupdateoptionsstring: fix typo in print statement syntax.
git-admin at x2go.org
git-admin at x2go.org
Mon Dec 28 06:10:35 CET 2020
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository x2goserver.
commit 1112f9724798d88bf75253be390a68e915743741
Author: Mihai Moldovan <ionic at ionic.de>
Date: Fri Nov 6 05:58:05 2020 +0100
x2goserver/lib/x2goupdateoptionsstring: fix typo in print statement syntax.
Non-functional.
---
debian/changelog | 2 ++
x2goserver/bin/x2goupdateoptionsstring | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index d2fcf503..8786bb3f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -186,6 +186,8 @@ x2goserver (4.1.0.4-0x2go1.2) UNRELEASED; urgency=medium
success.
- x2goserver/lib/x2goupdateoptionsstring: simplify a for loop a bit.
- x2goserver/lib/x2goupdateoptionsstring: fix typo in comment.
+ - x2goserver/lib/x2goupdateoptionsstring: fix typo in print statement
+ syntax. Non-functional.
* debian/control:
+ Build-depend upon lsb-release for distro version detection.
* debian/x2goserver.manpages:
diff --git a/x2goserver/bin/x2goupdateoptionsstring b/x2goserver/bin/x2goupdateoptionsstring
index 510022c9..a2d5d25f 100755
--- a/x2goserver/bin/x2goupdateoptionsstring
+++ b/x2goserver/bin/x2goupdateoptionsstring
@@ -741,7 +741,7 @@ sub sanitize_program_options {
last;
}
else {
- print {*STDERR} "Unknown option encountered: " . $cur_arg ."; erroring out.\n";
+ print {*STDERR} "Unknown option encountered: " . $cur_arg . "; erroring out.\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