From: Tim Kientzle Date: Sat, 27 Jun 2009 03:44:34 +0000 (-0400) Subject: Fix "make check" by matching some recent variable renaming. X-Git-Tag: v2.8.0~566 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5eead7134fb90fb28fb1edaaf66e27b453fe5190;p=thirdparty%2Flibarchive.git Fix "make check" by matching some recent variable renaming. SVN-Revision: 1186 --- diff --git a/tar/test/main.c b/tar/test/main.c index ef1cd2325..06a78d8c0 100644 --- a/tar/test/main.c +++ b/tar/test/main.c @@ -1062,7 +1062,7 @@ int main(int argc, char **argv) #ifdef PROGRAM /* Get the target program from environment, if available. */ - testprog = getenv(ENVBASE); + testprogfile = getenv(ENVBASE); #endif if (getenv("TMPDIR") != NULL)