head	1.1;
access;
symbols
	RELEASE_8_3_0:1.1
	RELEASE_9_0_0:1.1
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1;
locks; strict;
comment	@# @;


1.1
date	2009.05.20.14.29.48;	author jadawin;	state Exp;
branches;
next	;


desc
@@


1.1
log
@- 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>
@
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"
@
