From 8e236dbdf2cacf04f6f0c3f1d10fad8401f8d091 Mon Sep 17 00:00:00 2001 From: hahn <axel.hahn@iml.unibe.ch> Date: Tue, 12 Nov 2013 17:08:04 +0100 Subject: [PATCH] - fixed: eol in onbuild script --- hooks/onbuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooks/onbuild b/hooks/onbuild index bb7e705d..922a1c7f 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 \ No newline at end of file +ls -l shellscripts/gitsshwrapper.sh && chmod 755 && shellscripts/gitsshwrapper.sh -- GitLab