From b6076d81ff42b16b52d0e88405cb6afa937cc7df Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Sat, 22 Mar 2008 06:06:42 +0000 Subject: [PATCH] --- ase/rel/rel.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ase/rel/rel.sh b/ase/rel/rel.sh index c370b2b5..80e15634 100755 --- a/ase/rel/rel.sh +++ b/ase/rel/rel.sh @@ -15,6 +15,7 @@ finalize () do if [ "$i" = "*" ]; then continue; fi if [ "$i" = "CVS" ]; then continue; fi + if [ "$i" = ".svn" ]; then continue; fi if [ "$i" = "stx" ]; then continue; fi if [ "$cur" = "" ]