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/livedrake | 6 ------ 1 file changed, 6 deletions(-) (limited to 'perl-install/standalone/livedrake') diff --git a/perl-install/standalone/livedrake b/perl-install/standalone/livedrake index be4f9894a..03868c03b 100755 --- a/perl-install/standalone/livedrake +++ b/perl-install/standalone/livedrake @@ -9,12 +9,6 @@ use interactive; use run_program; use c; -local $_ = join '', @ARGV; - -/-h/ and die "usage: livedrake [--testing]\n"; - -$::testing = /-testing/; - my $in = 'interactive'->vnew('su', 'default'); my $cd_mntpoint = "/mnt/cdrom"; -- cgit v1.2.1