[X2Go-Commits] [x2goserver] 01/30: X2Go/Utils.pm: fix missing semicolons.

git-admin at x2go.org git-admin at x2go.org
Thu Dec 13 11:22:46 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 8f69b5d8421b3b2153d65b9b9192bf8aa90ea200
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Wed Dec 5 08:25:00 2018 +0100

    X2Go/Utils.pm: fix missing semicolons.
---
 X2Go/Utils.pm    | 4 ++--
 debian/changelog | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/X2Go/Utils.pm b/X2Go/Utils.pm
index 5fd1483..234702c 100644
--- a/X2Go/Utils.pm
+++ b/X2Go/Utils.pm
@@ -56,9 +56,9 @@ sub load_module {
 sub is_true {
 	my $value = shift;
 	if ( $value =~ m/(1|yes|Yes|YES|on|On|ON|True|true|TRUE)/ ) {
-		return 1
+		return 1;
 	}
-	return 0
+	return 0;
 }
 
 
diff --git a/debian/changelog b/debian/changelog
index 0ad9882..4e58012 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,7 @@ x2goserver (4.1.0.4-0x2go1) UNRELEASED; urgency=medium
     - x2goserver/sbin/x2gocleansessions: add newline before POD block.
     - x2goserver-x2goagent/man/man1/x2goagent.1: add version and date.
     - x2goserver/Makefile: generate man pages from Perl POD.
+    - X2Go/Utils.pm: fix missing semicolons.
   * debian/control:
     + Build-depend upon lsb-release for distro version detection.
   * debian/x2goserver.manpages:

--
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