diff options
author | Guillem Jover <guillem@debian.org> | 2006-05-04 04:03:34 +0000 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2006-05-04 04:03:34 +0000 |
commit | 9a645e667b0816c75a28be5dc4260501b1a6bc43 (patch) | |
tree | bb06d8a39949fd8e3b8367d2b9a737df726a186e /scripts | |
parent | b84d487f801e054e1724bcf38c30016480081f7d (diff) | |
download | dpkg-9a645e667b0816c75a28be5dc4260501b1a6bc43.tar.gz |
Revert r256 to be able to apply a proper fix.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/install-info.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/install-info.pl b/scripts/install-info.pl index 7ad007a41..3daa033c7 100755 --- a/scripts/install-info.pl +++ b/scripts/install-info.pl @@ -92,7 +92,6 @@ while ($ARGV[0] =~ m/^--/) { $description=$'; } elsif (m/^--dir-file=/) { # for compatibility with GNU install-info $infodir=$'; - $infodir=~s/\/dir$//; } else { print STDERR "$name: unknown option \`$_'\n"; &usage(STDERR); exit 1; } |