diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-07-29 11:15:30 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-07-29 11:15:30 +0000 |
commit | 7a4d231e160b6b06843ea990d8aecece206d1ac1 (patch) | |
tree | 4b38d054a6432367424533c597dbf8b5b010ba8b | |
parent | 35a37aea571dd53bc3126d967077df385ad0172f (diff) | |
download | drakx-7a4d231e160b6b06843ea990d8aecece206d1ac1.tar drakx-7a4d231e160b6b06843ea990d8aecece206d1ac1.tar.gz drakx-7a4d231e160b6b06843ea990d8aecece206d1ac1.tar.bz2 drakx-7a4d231e160b6b06843ea990d8aecece206d1ac1.tar.xz drakx-7a4d231e160b6b06843ea990d8aecece206d1ac1.zip |
(write_boot_thm) typo fix
-rwxr-xr-x | perl-install/standalone/draksplash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/draksplash b/perl-install/standalone/draksplash index 1b57d7d18..0f39eac0e 100755 --- a/perl-install/standalone/draksplash +++ b/perl-install/standalone/draksplash @@ -252,7 +252,7 @@ pw=$theme{boot_conf}{pw} ph=$theme{boot_conf}{ph} # pc is the color of the progress bar -pc=$theme{boot_conf}{pc}); +pc=$theme{boot_conf}{pc})); output($globalconf_file, qq(# Display logo on console. LOGO_CONSOLE=$logo |