diff options
Diffstat (limited to 'support/scripts/apply-patches.sh')
-rwxr-xr-x | support/scripts/apply-patches.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/scripts/apply-patches.sh b/support/scripts/apply-patches.sh index b32d592cf7..af6df9ec72 100755 --- a/support/scripts/apply-patches.sh +++ b/support/scripts/apply-patches.sh @@ -1,4 +1,4 @@ -#! /bin/bash +#!/usr/bin/env bash # A little script I whipped up to make it easy to # patch source trees and have sane error handling # -Erik |