gerrit/commit-msg: Reference bash in shebang line

This script uses bashisms like $() so we need a real bash.
This commit is contained in:
Brad King 2010-08-27 16:52:02 -04:00
parent 4c5c09042a
commit 5450a1ecb6

@ -1,4 +1,4 @@
#!/bin/sh #!/usr/bin/env bash
# From Gerrit Code Review 2.1.5 # From Gerrit Code Review 2.1.5
# #
# Part of Gerrit Code Review (http://code.google.com/p/gerrit/) # Part of Gerrit Code Review (http://code.google.com/p/gerrit/)