diff options
Diffstat (limited to 'perl-install')
-rwxr-xr-x | perl-install/standalone/XFdrake | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/perl-install/standalone/XFdrake b/perl-install/standalone/XFdrake index ecc044f4f..a1932db2f 100755 --- a/perl-install/standalone/XFdrake +++ b/perl-install/standalone/XFdrake @@ -30,8 +30,6 @@ use common; use any; use c; -local $_ = join '', @ARGV; - my ($configure_this) = grep { !/^-/ } @ARGV; $configure_this = 'resolution' if $0 =~ /Xdrakres/; $configure_this ||= $::auto ? 'auto_install' : 'everything'; |