summaryrefslogtreecommitdiffstats
path: root/perl-install/verify_c
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>1999-10-20 21:33:02 +0000
committerPascal Rigaux <pixel@mandriva.com>1999-10-20 21:33:02 +0000
commit7fe5f8b71356459a6062df5fca0236a502165b8c (patch)
tree48769072df7f2ad90e02e5712cdf81c6a8e362f1 /perl-install/verify_c
parent5f3d5478cf4e2076b1deb610bfb66d584f659c7e (diff)
downloaddrakx-backup-do-not-use-7fe5f8b71356459a6062df5fca0236a502165b8c.tar
drakx-backup-do-not-use-7fe5f8b71356459a6062df5fca0236a502165b8c.tar.gz
drakx-backup-do-not-use-7fe5f8b71356459a6062df5fca0236a502165b8c.tar.bz2
drakx-backup-do-not-use-7fe5f8b71356459a6062df5fca0236a502165b8c.tar.xz
drakx-backup-do-not-use-7fe5f8b71356459a6062df5fca0236a502165b8c.zip
no_comment
Diffstat (limited to 'perl-install/verify_c')
-rwxr-xr-xperl-install/verify_c2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/verify_c b/perl-install/verify_c
index a306348dd..520912cfe 100755
--- a/perl-install/verify_c
+++ b/perl-install/verify_c
@@ -6,7 +6,7 @@
eof && close ARGV;
END {
- $_ = join '', `cat c/c.xs.pm`;
+ $_ = join '', `cat c/stuff.xs.pm`;
foreach $c (@c) {
/$c->[0]/ or $err = print "$c->[1]:$c->[2]: $c->[0] not in c.xs\n";
}