diff --git a/meta/git/hooks/pre-push b/meta/git/hooks/pre-push index 868a977..3b4d74b 100755 --- a/meta/git/hooks/pre-push +++ b/meta/git/hooks/pre-push @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # A hook script to verify what is about to be pushed. Called by "git push" # after it has checked the remote status, but before anything has been pushed. @@ -27,9 +27,10 @@ url="$2" zero=$(git hash-object --stdin &2 "%s: Commits in progress:\n" "$local_ref" printf >&2 "%s\n" "$commits" printf >&2 "Aborting push\n"