]> err.no Git - dpkg/commitdiff
Remove double line
authorWichert Akkerman <wakkerma@debian.org>
Sun, 28 Apr 2002 19:34:07 +0000 (19:34 +0000)
committerWichert Akkerman <wakkerma@debian.org>
Sun, 28 Apr 2002 19:34:07 +0000 (19:34 +0000)
scripts/update-alternatives.pl

index 656d132408d407b4e4fd737adbc68f0fcfec4bf8..9f8a79f9a48702036536975a07afe6342d83eea8 100755 (executable)
@@ -26,7 +26,6 @@ $version= '0.93.80'; # This line modified by Makefile
 #  %slavepath        Map from (@version-index,slavename) to slave-path
 
 $enoent=`$dpkglibdir/enoent` || die "Cannot get ENOENT value from $dpkglibdir/enoent: $!";
-$enoent=`$dpkglibdir/enoent`;
 sub ENOENT { $enoent; }
 
 sub usageversion {