From: thib Date: Mon, 15 May 2000 19:51:01 +0000 (+0000) Subject: a minor bug corrected X-Git-Tag: ver1564~659 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e3e8ea0db59bf80bbcc021ddc52a64fd3df2ef4b;p=fcron a minor bug corrected --- diff --git a/script/gen-doc b/script/gen-doc index d588519..d02f865 100755 --- a/script/gen-doc +++ b/script/gen-doc @@ -1,6 +1,6 @@ #!/bin/sh -# $Id: gen-doc,v 1.2 2000-05-15 18:28:22 thib Exp $ +# $Id: gen-doc,v 1.3 2000-05-15 19:51:01 thib Exp $ if test $UID -eq 0; then su $USER @@ -32,6 +32,9 @@ if test $PREVIOUS != $1; then rm -f tmp fi done + + cd .. + fi