summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2006-05-04 04:03:34 +0000
committerGuillem Jover <guillem@debian.org>2006-05-04 04:03:34 +0000
commit9a645e667b0816c75a28be5dc4260501b1a6bc43 (patch)
treebb06d8a39949fd8e3b8367d2b9a737df726a186e /scripts
parentb84d487f801e054e1724bcf38c30016480081f7d (diff)
downloaddpkg-9a645e667b0816c75a28be5dc4260501b1a6bc43.tar.gz
Revert r256 to be able to apply a proper fix.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/install-info.pl1
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;
}