summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/standalone.pm')
-rw-r--r--perl-install/standalone.pm2
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;