summaryrefslogtreecommitdiff
path: root/contrib/cvs/src/expand_path.c
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2001-10-28 21:32:14 +0000
committerPeter Wemm <peter@FreeBSD.org>2001-10-28 21:32:14 +0000
commit168faa4bcd6f265eb905024ec71b52836bed921d (patch)
treeaae597ee0402894f2932f99a0fc23a9e95d7997c /contrib/cvs/src/expand_path.c
parentecebe176bfcf8c557054a43352b09bf6d7a3bdc7 (diff)
Notes
Diffstat (limited to 'contrib/cvs/src/expand_path.c')
-rw-r--r--contrib/cvs/src/expand_path.c2
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");