From 0f881eacc9dd3d36486097322c189d0737b56154 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 18 Nov 2002 08:05:41 +0000 Subject: - standalone.pm : o make it be 'use strict' aware o factorize options managment in one place - standalone tools : o they all now support -h|--help -v|--version, ... o they can add their own options to %standalone::usages - harddrake : use std --testing/$::testing rather than its own --test option --- perl-install/standalone/draksound | 2 -- 1 file changed, 2 deletions(-) (limited to 'perl-install/standalone/draksound') diff --git a/perl-install/standalone/draksound b/perl-install/standalone/draksound index b8b5c519c..32acca45c 100755 --- a/perl-install/standalone/draksound +++ b/perl-install/standalone/draksound @@ -26,8 +26,6 @@ use common; use harddrake::sound; use modules; -("@ARGV" =~ /--help|-h/) and die "usage: draksound [-h] [--help]\n"; - my $in = 'interactive'->vnew(); modules::mergein_conf('/etc/modules.conf'); -- cgit v1.2.1