do not depend on bash being installed in /bin (#4661)

This commit is contained in:
raichoo 2018-01-15 15:02:08 +01:00 committed by Fabian Homborg
parent 8b53083997
commit 069e4fdd8d

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Originally from the git sources (GIT-VERSION-GEN) # Originally from the git sources (GIT-VERSION-GEN)
# Presumably (C) Junio C Hamano <junkio@cox.net> # Presumably (C) Junio C Hamano <junkio@cox.net>
# Reused under GPL v2.0 # Reused under GPL v2.0