[X2Go-Commits] buildscripts.git - master (branch) updated: a19149f73e87efb7751616081446ec227e8cbcf1
X2Go dev team
git-admin at x2go.org
Tue Dec 3 21:14:01 CET 2013
The branch, master has been updated
via a19149f73e87efb7751616081446ec227e8cbcf1 (commit)
from 3014a906a2eb4d6a9488d0f59aa095b8124457e1 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit a19149f73e87efb7751616081446ec227e8cbcf1
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Tue Dec 3 21:13:24 2013 +0100
syntax fix
-----------------------------------------------------------------------
Summary of changes:
bin/build-deb-package | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
The diff of changes is:
diff --git a/bin/build-deb-package b/bin/build-deb-package
index 445411d..b85afe7 100755
--- a/bin/build-deb-package
+++ b/bin/build-deb-package
@@ -317,7 +317,7 @@ wait_for_lock() {
while $LOCK_FILE; do
pid=$(head -n1 $LOCK_FILE)
if ! ps $pid 1>/dev/null; then rm -f $LOCK_FILE
- else echo "PROJECT directory is locked, sleeping for 10 secs..."
+ else echo "PROJECT directory is locked, sleeping for 10 secs..."; fi
sleep 10
done
}
hooks/post-receive
--
buildscripts.git (X2Go packaging scripts)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "buildscripts.git" (X2Go packaging scripts).
More information about the x2go-commits
mailing list