diff options
author | Florian Pritz <bluewind@xinu.at> | 2015-05-05 16:38:22 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2015-05-05 16:44:10 +0200 |
commit | 0cbb8802555ad6e81f42ce8738842854d0556296 (patch) | |
tree | 2eb9521cb9583fc5dd69d3eaeeef77e667eac371 /scripts/hooks-wrapper.sh | |
parent | 722468dae2088bcfe7b0cf9bb5185c29b740de9f (diff) |
Fix shebangs
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'scripts/hooks-wrapper.sh')
-rwxr-xr-x | scripts/hooks-wrapper.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/hooks-wrapper.sh b/scripts/hooks-wrapper.sh index e89a3567d..2730d3394 100755 --- a/scripts/hooks-wrapper.sh +++ b/scripts/hooks-wrapper.sh @@ -1,4 +1,4 @@ -#!/usr/bin/bash +#!/bin/bash if [ -x $0.local ]; then $0.local "$@" || exit $? fi |