diff options
Diffstat (limited to 'homebrew/chcase/patches.sh')
-rwxr-xr-x | homebrew/chcase/patches.sh | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/homebrew/chcase/patches.sh b/homebrew/chcase/patches.sh new file mode 100755 index 000000000..b073897d0 --- /dev/null +++ b/homebrew/chcase/patches.sh @@ -0,0 +1,12 @@ +echo 'Creating brew-patch.diff' +cat << EOF >> brew-patch.diff +diff --git a/chcase b/chcase +index 689fc79..93efae8 +--- a/chcase ++++ b/chcase +@@ -1,3 +1,4 @@ ++#!/bin/sh -- # -*- perl -*- + eval 'exec perl $0 ${1+"$@"}' + if 0; + # don't modify below here +EOF |