summaryrefslogtreecommitdiff
path: root/www/grails/files/patch-grails-debug
diff options
context:
space:
mode:
authorPhilippe Audeoud <jadawin@FreeBSD.org>2009-05-20 14:29:48 +0000
committerPhilippe Audeoud <jadawin@FreeBSD.org>2009-05-20 14:29:48 +0000
commit59ae9f14ff5e1b5139308ae20c59eb9cf5f74954 (patch)
tree6ccbcbb8552a0c95c25a870be1f51644c2995e57 /www/grails/files/patch-grails-debug
parent- Update to 1.1 (diff)
- Update to 1.1.1
- Replace /bin/bash with /bin/sh in grails-debug script PR: ports/134664 Submitted by: Jonathan Chen <jonc _AT_ chen.org.nz>
Diffstat (limited to 'www/grails/files/patch-grails-debug')
-rw-r--r--www/grails/files/patch-grails-debug9
1 files changed, 9 insertions, 0 deletions
diff --git a/www/grails/files/patch-grails-debug b/www/grails/files/patch-grails-debug
new file mode 100644
index 000000000000..70c671d2acf9
--- /dev/null
+++ b/www/grails/files/patch-grails-debug
@@ -0,0 +1,9 @@
+diff -ruN /tmp/grails-1.1.1/bin/grails-debug ./bin/grails-debug
+--- /tmp/grails-1.1.1/bin/grails-debug 2009-05-14 21:30:43.000000000 +1200
++++ ./bin/grails-debug 2009-05-19 08:42:54.000000000 +1200
+@@ -1,4 +1,4 @@
+-#!/bin/bash
++#!/bin/sh
+
+ DIRNAME=`dirname "$0"`
+ . "$DIRNAME/startGrails"