diff options
author | Francois Pons <fpons@mandriva.com> | 2000-04-20 18:45:42 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2000-04-20 18:45:42 +0000 |
commit | 9180c130645f610b894b0c3cd889597e5d17d44e (patch) | |
tree | a56d890a839f7d8d0c62816e0c5219e93717d6ab /extract_archive | |
parent | 13cd5cab80df6f8906e01e0e18337b02563c7dbc (diff) | |
download | rpmtools-9180c130645f610b894b0c3cd889597e5d17d44e.tar rpmtools-9180c130645f610b894b0c3cd889597e5d17d44e.tar.gz rpmtools-9180c130645f610b894b0c3cd889597e5d17d44e.tar.bz2 rpmtools-9180c130645f610b894b0c3cd889597e5d17d44e.tar.xz rpmtools-9180c130645f610b894b0c3cd889597e5d17d44e.zip |
*** empty log message ***
Diffstat (limited to 'extract_archive')
-rwxr-xr-x | extract_archive | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extract_archive b/extract_archive index efa3ff4..559d51b 100755 --- a/extract_archive +++ b/extract_archive @@ -32,7 +32,7 @@ #- | | | | #- | | -use strict qw(subs vars refs); +#+use strict qw(subs vars refs); #- used for uncompressing archive and other. my %toc_trailer; |