mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-05 09:58:04 +02:00
scripts: plymouth-set-default-theme reporting missing right brace
Fixes issue: /usr/sbin/plymouth-set-default-theme: line 199: [: missing `]' when executed as plymouth-set-default-theme spinner
This commit is contained in:
parent
e40a59d2c2
commit
123ca59cf2
1 changed files with 1 additions and 1 deletions
|
|
@ -196,7 +196,7 @@ if [ $DO_RESET -ne 0 ]; then
|
|||
[ $DO_INITRD_REBUILD -eq 0 ] && exit 0
|
||||
fi
|
||||
|
||||
if [ $DO_INITRD_REBUILD -ne 0 -a -z $THEME_NAME]; then
|
||||
if [ $DO_INITRD_REBUILD -ne 0 -a -z $THEME_NAME ]; then
|
||||
THEME_NAME=$(get_default_theme)
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue