diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2001-10-28 21:32:14 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2001-10-28 21:32:14 +0000 |
| commit | 168faa4bcd6f265eb905024ec71b52836bed921d (patch) | |
| tree | aae597ee0402894f2932f99a0fc23a9e95d7997c /contrib/cvs/src/expand_path.c | |
| parent | ecebe176bfcf8c557054a43352b09bf6d7a3bdc7 (diff) | |
Notes
Diffstat (limited to 'contrib/cvs/src/expand_path.c')
| -rw-r--r-- | contrib/cvs/src/expand_path.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/cvs/src/expand_path.c b/contrib/cvs/src/expand_path.c index 25e561cc0e65..f46b39bebdc6 100644 --- a/contrib/cvs/src/expand_path.c +++ b/contrib/cvs/src/expand_path.c @@ -272,7 +272,7 @@ expand_variable (name, file, line) int line; { if (strcmp (name, CVSROOT_ENV) == 0) - return CVSroot_original; + return current_parsed_root->original; else if (strcmp (name, "RCSBIN") == 0) { error (0, 0, "RCSBIN internal variable is no longer supported"); |
