diff --git a/hooks/onbuild b/hooks/onbuild
index 922a1c7f49c70f114255d28119558d3e2b086bec..c4a2796561fc23ddb44d06ea0b2195dbde0aca5e 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