[X2Go-Commits] [buildscripts] 01/01: bin/create_package_descr: fix syntax error.

git-admin at x2go.org git-admin at x2go.org
Sun Oct 30 03:01:58 CET 2016


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository buildscripts.

commit 901b5b7a0d2a7931b84b2580d68b642c119b2141
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Sun Oct 30 03:01:53 2016 +0100

    bin/create_package_descr: fix syntax error.
---
 bin/create_package_descr |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/create_package_descr b/bin/create_package_descr
index a15fc0b..a44d953 100755
--- a/bin/create_package_descr
+++ b/bin/create_package_descr
@@ -37,7 +37,7 @@ use Cwd 'abs_path';
 my $script_path = abs_path ($0);
 $script_path = dirname (script_path);
 
-use lib "$script_path/../perl/modules"
+use lib "$script_path/../perl/modules";
 
 use File::stat;
 use FileHandle;

--
Alioth's /srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git


More information about the x2go-commits mailing list