From 149968f548f67b0a4e0a11eb4bf71dd7f8dd098f Mon Sep 17 00:00:00 2001
From: hahn <axel.hahn@iml.unibe.ch>
Date: Tue, 12 Nov 2013 17:11:37 +0100
Subject: [PATCH] - fixed: chmod in onbuild

---
 hooks/onbuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hooks/onbuild b/hooks/onbuild
index c4a27965..08f78983 100644
--- a/hooks/onbuild
+++ b/hooks/onbuild
@@ -12,4 +12,4 @@
 cd `dirname $0`
 cd ..
 
-ls -l shellscripts/gitsshwrapper.sh && chmod 755 && shellscripts/gitsshwrapper.sh
+ls -l shellscripts/gitsshwrapper.sh && chmod 755 shellscripts/gitsshwrapper.sh && shellscripts/gitsshwrapper.sh
-- 
GitLab