[1994] 2009-02-14 Christian Franke <[email protected]>

Christian Franke <[email protected]>
Newsgroups gmane.comp.boot-loaders.grub.cvs
Message-ID <[email protected]>
Revision: 1994
          http://svn.sv.gnu.org/viewvc/?view=rev&root=grub&revision=1994
Author:   chrfranke
Date:     2009-02-14 16:02:12 +0000 (Sat, 14 Feb 2009)

Log Message:
-----------
2009-02-14  Christian Franke  <[email protected]>

	* gendistlist.sh: Ignore `.svn' directories.

Modified Paths:
--------------
    trunk/grub2/ChangeLog
    trunk/grub2/gendistlist.sh

Modified: trunk/grub2/ChangeLog
===================================================================
--- trunk/grub2/ChangeLog	2009-02-14 14:38:50 UTC (rev 1993)
+++ trunk/grub2/ChangeLog	2009-02-14 16:02:12 UTC (rev 1994)
@@ -1,3 +1,7 @@
+2009-02-14  Christian Franke  <[email protected]>
+
+	* gendistlist.sh: Ignore `.svn' directories.
+
 2009-02-14  Felix Zielcke  <[email protected]>
 
 	* fs/fat.c: Add 2009 to Copyright line.

Modified: trunk/grub2/gendistlist.sh
===================================================================
--- trunk/grub2/gendistlist.sh	2009-02-14 14:38:50 UTC (rev 1993)
+++ trunk/grub2/gendistlist.sh	2009-02-14 16:02:12 UTC (rev 1994)
@@ -1,6 +1,6 @@
 #! /bin/sh
 #
-# Copyright (C) 2005, 2008  Free Software Foundation, Inc.
+# Copyright (C) 2005, 2008, 2009  Free Software Foundation, Inc.
 #
 # This gendistlist.sh is free software; the author
 # gives unlimited permission to copy and/or distribute it,
@@ -34,7 +34,7 @@
 cd $dir
 
 for dir in $DISTDIRS; do
-  for d in `find $dir -type d | sort`; do
+  for d in `find $dir -type d | sed '/\/\.svn$/d;\/\.svn\//d' | sort`; do
     find $d -maxdepth 1 -name '*.[chSy]' -o -name '*.mk' -o -name '*.rmk' \
       -o -name '*.rb' -o -name '*.in' -o -name '*.tex' -o -name '*.texi' \
       -o -name 'grub.cfg' -o -name 'README' -o -name '*.sc' -o -name 'mdate.sh' \
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.