diff options
author | Florent Villard <warly@mandriva.com> | 2004-02-06 14:07:09 +0000 |
---|---|---|
committer | Florent Villard <warly@mandriva.com> | 2004-02-06 14:07:09 +0000 |
commit | 2d65b7031be6cd3aa3a6e66fb015eceb8400b3ae (patch) | |
tree | 4a89a8ec398a848fa953cd519a9480eccf344e4e /scripts/switch-themes | |
parent | 505e4d445c2193e0ddad715e9511b01803db2c46 (diff) | |
download | bootsplash-2d65b7031be6cd3aa3a6e66fb015eceb8400b3ae.tar bootsplash-2d65b7031be6cd3aa3a6e66fb015eceb8400b3ae.tar.gz bootsplash-2d65b7031be6cd3aa3a6e66fb015eceb8400b3ae.tar.bz2 bootsplash-2d65b7031be6cd3aa3a6e66fb015eceb8400b3ae.tar.xz bootsplash-2d65b7031be6cd3aa3a6e66fb015eceb8400b3ae.zip |
Apply Olivier Blin patches for a better THEME= handling.
Apply Olivier Blin patch to support quote in lilo names
Diffstat (limited to 'scripts/switch-themes')
-rwxr-xr-x | scripts/switch-themes | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/switch-themes b/scripts/switch-themes index bec851a..7101954 100755 --- a/scripts/switch-themes +++ b/scripts/switch-themes @@ -87,7 +87,6 @@ function switch_theme () { while read line;do if [[ $line == SPLASH=* ]];then echo "SPLASH=auto" >> $sysconfig - ok=yes continue; fi if [[ $line == THEME=* ]];then |