head	1.2;
access;
symbols
	RELEASE_6_0_0:1.1
	RELEASE_5_4_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2005.09.16.02.57.35;	author vanilla;	state dead;
branches;
next	1.1;

1.1
date	2005.03.10.09.46.42;	author vanilla;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Upgrade to 1.0.4.

PR:		ports/84803
Submitted by:	chinsan at gmail dot com
@
text
@--- scripts/utf8-edit.orig	Tue Mar  8 01:06:46 2005
+++ scripts/utf8-edit	Tue Mar  8 01:07:08 2005
@@@@ -1,10 +1,10 @@@@
-#!/bin/bash
+#!/bin/sh
 
 PATH=$PATH:/opt/gnome/bin:/usr/local/bin
 
 for i in gedit kedit kate
 do
-  which $i >& /dev/null
+  which $i > /dev/null
   if [ $? = 0 ]; then
     UTF8ED=$i
     break
@


1.1
log
@Add a patch for utf8-edit.

Submitted by:	chinsan <chinsan@@mail2000.com.tw>
@
text
@@

