From: Bruno Haible Date: Thu, 25 Jul 2002 12:38:56 +0000 (+0000) Subject: Unset all documented CVS environment variables. X-Git-Tag: v0.11.4~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17607dbf667f299792da46412fcc8e334bc5f001;p=thirdparty%2Fgettext.git Unset all documented CVS environment variables. --- diff --git a/misc/ChangeLog b/misc/ChangeLog index 666328a4f..7ee96865a 100644 --- a/misc/ChangeLog +++ b/misc/ChangeLog @@ -1,3 +1,7 @@ +2002-07-25 Bruno Haible + + * autopoint.in: Unset also CVS_IGNORE_REMOTE_ROOT and CVSIGNORE. + 2002-07-23 Bruno Haible * gettextize.in: Add inttypes-pri.m4 to m4filelist. diff --git a/misc/autopoint.in b/misc/autopoint.in index db0c749b5..a261a423a 100644 --- a/misc/autopoint.in +++ b/misc/autopoint.in @@ -231,12 +231,14 @@ CVSROOT="$srcdir/$cvs_dir" export CVSROOT unset CVS_CLIENT_LOG unset CVS_CLIENT_PORT +unset CVS_IGNORE_REMOTE_ROOT unset CVS_PASSFILE unset CVS_PASSWORD unset CVS_RCMD_PORT unset CVS_RSH unset CVS_SERVER unset CVS_SERVER_SLEEP +unset CVSIGNORE unset CVSREAD unset CVSUMASK unset CVSWRAPPERS