Force use of bash for patching

This commit is contained in:
Ulf Samuelsson 2008-03-29 23:10:47 +00:00
parent c659b13a2f
commit 0cc1cbe96a

View file

@ -1,4 +1,4 @@
#! /bin/sh
#! /bin/bash
# A little script I whipped up to make it easy to
# patch source trees and have sane error handling
# -Erik