From 1b72a92ba80232c2b5b25e5428ff82096f4813f1 Mon Sep 17 00:00:00 2001
From: hahn <axel.hahn@iml.unibe.ch>
Date: Tue, 12 Nov 2013 17:10:06 +0100
Subject: [PATCH] - fixed: eol in onbuild script

---
 hooks/onbuild | 30 +++++++++++++++---------------
 1 file changed, 15 insertions(+), 15 deletions(-)

diff --git a/hooks/onbuild b/hooks/onbuild
index 922a1c7f..c4a27965 100644
--- a/hooks/onbuild
+++ b/hooks/onbuild
@@ -1,15 +1,15 @@
-#!/bin/bash
-# ======================================================================
-#
-# ONBUILD fuer CI Deployment GUI
-#
-# Aufgaben:
-# - gibt dem Wrapper fuer SSH Connections zu Git X-Rechte
-#
-# 2013-11-12  axel.hahn@iml.unibe.ch
-# ======================================================================
-
-cd `dirname $0`
-cd ..
-
-ls -l shellscripts/gitsshwrapper.sh && chmod 755 && shellscripts/gitsshwrapper.sh
+#!/bin/bash
+# ======================================================================
+#
+# ONBUILD fuer CI Deployment GUI
+#
+# Aufgaben:
+# - gibt dem Wrapper fuer SSH Connections zu Git X-Rechte
+#
+# 2013-11-12  axel.hahn@iml.unibe.ch
+# ======================================================================
+
+cd `dirname $0`
+cd ..
+
+ls -l shellscripts/gitsshwrapper.sh && chmod 755 && shellscripts/gitsshwrapper.sh
-- 
GitLab