This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from 9e48287 bin/createsusetagsrepo: set IFS to empty for the read call. new 901b5b7 bin/create_package_descr: fix syntax error. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: bin/create_package_descr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Alioth's /srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git
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@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