diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2003-02-24 07:59:47 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2003-02-24 07:59:47 +0000 |
commit | 63f3aaafd80e3b77babc59aade1235c115c2d4f2 (patch) | |
tree | 8b3ddc184f9b44122dc70d36ea740a9b65a49b62 /perl-install/standalone.pm | |
parent | 9762c283709c21236fc8526dcb299758b624577f (diff) | |
download | drakx-63f3aaafd80e3b77babc59aade1235c115c2d4f2.tar drakx-63f3aaafd80e3b77babc59aade1235c115c2d4f2.tar.gz drakx-63f3aaafd80e3b77babc59aade1235c115c2d4f2.tar.bz2 drakx-63f3aaafd80e3b77babc59aade1235c115c2d4f2.tar.xz drakx-63f3aaafd80e3b77babc59aade1235c115c2d4f2.zip |
final embedding cleanups
Diffstat (limited to 'perl-install/standalone.pm')
-rw-r--r-- | perl-install/standalone.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone.pm b/perl-install/standalone.pm index 81941d809..483ef0362 100644 --- a/perl-install/standalone.pm +++ b/perl-install/standalone.pm @@ -118,7 +118,7 @@ foreach (@ARGV) { version(); exit(0); } elsif (/^--embedded$/) { - ($::XID, $::CCPID) = splice @ARGV, $i, 2; + $::XID = splice @ARGV, $i, 1; $::isEmbedded = 1; } elsif (/^--expert$/) { $::expert = 1; |