From 79d226c48d6de4f26c604ddbd0ce769a58d548c6 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 31 Jul 2002 23:10:55 +0000 Subject: Handle parsing --embedded command line in standalone.pm => allows to remove the somewhat mythical $::isEmbedded = ($::XID, $::CCPID) = "@ARGV" =~ /--embedded (\w+) (\w+)/ --- perl-install/standalone/drakxservices | 2 -- 1 file changed, 2 deletions(-) (limited to 'perl-install/standalone/drakxservices') diff --git a/perl-install/standalone/drakxservices b/perl-install/standalone/drakxservices index f5249475b..5c19e2a2a 100755 --- a/perl-install/standalone/drakxservices +++ b/perl-install/standalone/drakxservices @@ -9,8 +9,6 @@ use interactive; use services; use log; -$::isEmbedded = ($::XID, $::CCPID) = "@ARGV" =~ /--embedded (\w+) (\w+)/; - local $_ = join '', @ARGV; /-h/ and die "usage: drakxservices\n"; -- cgit v1.2.1