]> git.ipfire.org Git - thirdparty/fcron.git/commitdiff
minor bug fixed
authorThibault Godouet <yo8192@users.noreply.github.com>
Tue, 30 May 2000 19:23:22 +0000 (19:23 +0000)
committerThibault Godouet <yo8192@users.noreply.github.com>
Tue, 30 May 2000 19:23:22 +0000 (19:23 +0000)
script/gen-doc

index dae2c95ac3e0a2594ede68e20e44b20268684314..d2fc38ec68b118a4714c17fb1d627ff6281d7a05 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# $Id: gen-doc,v 1.5 2000-05-16 20:03:13 thib Exp $
+# $Id: gen-doc,v 1.6 2000-05-30 19:23:22 thib Exp $
 
 PREVIOUS=`cat ./VERSION`
 
@@ -11,7 +11,7 @@ if test $PREVIOUS != $1; then
     do
     if test $i != RCS; then
        echo $i
-       sed -e "s:fcron version .* :fcron version $1 :" < $i > tmp
+       sed -e "s:fcron version [0-9.]*:fcron version $1:" < $i > tmp
        mv -f tmp $i
        chown $USER $i
        rm -f tmp