summaryrefslogtreecommitdiff
path: root/v4l/scripts/prepare-ChangeLog.pl
diff options
context:
space:
mode:
authorMichael Krufky <devnull@localhost>2005-12-04 19:44:42 +0000
committerMichael Krufky <devnull@localhost>2005-12-04 19:44:42 +0000
commitc60a1027a4993100937c49b90162703cc3ad2ee9 (patch)
tree7bfd53c069c212fe46fe05b4e125c3d544479e81 /v4l/scripts/prepare-ChangeLog.pl
parent38126f5bd227fdf1746eb2280280692184c93d97 (diff)
downloadmediapointer-dvb-s2-c60a1027a4993100937c49b90162703cc3ad2ee9.tar.gz
mediapointer-dvb-s2-c60a1027a4993100937c49b90162703cc3ad2ee9.tar.bz2
s/"ChangeLog"/"v4l/ChangeLog"
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Diffstat (limited to 'v4l/scripts/prepare-ChangeLog.pl')
-rw-r--r--v4l/scripts/prepare-ChangeLog.pl2
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";