diff options
author | damien <damien@mandriva.com> | 2001-01-29 22:24:00 +0000 |
---|---|---|
committer | damien <damien@mandriva.com> | 2001-01-29 22:24:00 +0000 |
commit | 8782d51b5e008b74a78eb59461aa67fbe3544a91 (patch) | |
tree | 833ea23c1c67aa34ca890e883c6fffd504e710ab | |
parent | 1556b35a2faca162736df1158e2119c362b02fd2 (diff) | |
download | drakx-8782d51b5e008b74a78eb59461aa67fbe3544a91.tar drakx-8782d51b5e008b74a78eb59461aa67fbe3544a91.tar.gz drakx-8782d51b5e008b74a78eb59461aa67fbe3544a91.tar.bz2 drakx-8782d51b5e008b74a78eb59461aa67fbe3544a91.tar.xz drakx-8782d51b5e008b74a78eb59461aa67fbe3544a91.zip |
corrected typo
-rwxr-xr-x | perl-install/standalone/drakboot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakboot b/perl-install/standalone/drakboot index 41e455a8c..4368ec60a 100755 --- a/perl-install/standalone/drakboot +++ b/perl-install/standalone/drakboot @@ -12,7 +12,7 @@ use fsedit; use fs; use c; -$::isEmbedded = ($::XID, $::CCPID) = "@ARGV" =~ /-embedded (\S*) (\S*)/; +$::isEmbedded = ($::XID, $::CCPID) = "@ARGV" =~ /--embedded (\S*) (\S*)/; local $_ = join '', @ARGV; /-h/ and die "usage: drakboot [--expert]\n"; |