freebsd-ports/www/grails/files/patch-grails-debug
Philippe Audeoud 59ae9f14ff - 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>
2009-05-20 14:29:48 +00:00

9 lines
290 B
Text

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"