From c60a1027a4993100937c49b90162703cc3ad2ee9 Mon Sep 17 00:00:00 2001 From: Michael Krufky Date: Sun, 4 Dec 2005 19:44:42 +0000 Subject: s/"ChangeLog"/"v4l/ChangeLog" Signed-off-by: Michael Krufky --- v4l/scripts/prepare-ChangeLog.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'v4l/scripts') diff --git a/v4l/scripts/prepare-ChangeLog.pl b/v4l/scripts/prepare-ChangeLog.pl index 3aa696efd..087e94bf2 100644 --- a/v4l/scripts/prepare-ChangeLog.pl +++ b/v4l/scripts/prepare-ChangeLog.pl @@ -78,7 +78,7 @@ if (!defined $login) # It's less efficient to read the whole thing into memory than it would be # to read it while we prepend to it later, but I like doing this part first. print STDERR " Updating ChangeLog from cvs repository.\n"; -open ERRORS, "cvs update ChangeLog |" or die "The cvs update of ChangeLog failed: $OS_ERROR.\n"; +open ERRORS, "cvs update v4l/ChangeLog |" or die "The cvs update of ChangeLog failed: $OS_ERROR.\n"; print STDERR " $ARG" while ; close ERRORS; open OLD_CHANGE_LOG, "v4l/ChangeLog" or die "Could not open ChangeLog file: $OS_ERROR.\n"; -- cgit v1.2.3