diff options
Diffstat (limited to 'v4l/scripts')
-rw-r--r-- | v4l/scripts/prepare-ChangeLog.pl | 2 |
1 files changed, 1 insertions, 1 deletions
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 <ERRORS>; close ERRORS; open OLD_CHANGE_LOG, "v4l/ChangeLog" or die "Could not open ChangeLog file: $OS_ERROR.\n"; |