]> git.ipfire.org Git - thirdparty/fcron.git/commitdiff
gen-doc changes only the file beginning by an upper case letter
authorThibault Godouet <yo8192@users.noreply.github.com>
Thu, 22 Jun 2000 15:33:14 +0000 (15:33 +0000)
committerThibault Godouet <yo8192@users.noreply.github.com>
Thu, 22 Jun 2000 15:33:14 +0000 (15:33 +0000)
script/gen-doc

index d2fc38ec68b118a4714c17fb1d627ff6281d7a05..a5fd8880d2c68fc1b8475da3f478852f3dee65cd 100755 (executable)
@@ -1,13 +1,13 @@
 #!/bin/sh
 
-# $Id: gen-doc,v 1.6 2000-05-30 19:23:22 thib Exp $
+# $Id: gen-doc,v 1.7 2000-06-22 15:33:14 thib Exp $
 
 PREVIOUS=`cat ./VERSION`
 
 
 if test $PREVIOUS != $1; then
     cd doc
-    for i in *
+    for i in [A-Z]*
     do
     if test $i != RCS; then
        echo $i