diff options
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 |