diff options
Diffstat (limited to 'perl-install/standalone/drakautoinst')
-rwxr-xr-x | perl-install/standalone/drakautoinst | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/perl-install/standalone/drakautoinst b/perl-install/standalone/drakautoinst index 73e57ee8a..f14951399 100755 --- a/perl-install/standalone/drakautoinst +++ b/perl-install/standalone/drakautoinst @@ -26,8 +26,6 @@ use commands; use fs; use Data::Dumper; -$::isEmbedded = ($::XID, $::CCPID) = "@ARGV" =~ /--embedded (\w+) (\w+)/; - local $_ = join '', @ARGV; @@ -365,6 +363,11 @@ sub control_buttons { #------------------------------------------------- #- $Log$ +#- Revision 1.21 2002/07/31 23:10:55 prigaux +#- Handle parsing --embedded command line in standalone.pm +#- => allows to remove the somewhat mythical +#- $::isEmbedded = ($::XID, $::CCPID) = "@ARGV" =~ /--embedded (\w+) (\w+)/ +#- #- Revision 1.20 2002/07/30 09:57:11 prigaux #- use $o->{interactiveSteps} instead of @install_steps_auto_install::graphical_steps #- |