summaryrefslogtreecommitdiffstats
path: root/git-hooks
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2015-05-05 16:38:22 +0200
committerFlorian Pritz <bluewind@xinu.at>2015-05-05 16:44:10 +0200
commit0cbb8802555ad6e81f42ce8738842854d0556296 (patch)
tree2eb9521cb9583fc5dd69d3eaeeef77e667eac371 /git-hooks
parent722468dae2088bcfe7b0cf9bb5185c29b740de9f (diff)
Fix shebangs
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'git-hooks')
-rwxr-xr-xgit-hooks/post-merge2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-hooks/post-merge b/git-hooks/post-merge
index 28c1ecb11..f80a03834 100755
--- a/git-hooks/post-merge
+++ b/git-hooks/post-merge
@@ -1,4 +1,4 @@
-#!/usr/bin/bash
+#!/bin/bash
if [[ -z "$GIT_DIR" ]]; then
GIT_DIR="$(dirname "$(realpath "$0")")/../.git"