From: Thibault Godouet Date: Mon, 15 May 2000 19:51:01 +0000 (+0000) Subject: a minor bug corrected X-Git-Tag: ver2_9_4~733 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e82ad62e81cfed518a93677440243f4dd20a9a1d;p=thirdparty%2Ffcron.git 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