blob: b073897d0fad8c6231c5ead085ba6557bae9e6a8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
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
|