Skip to content

Commit 226e74e

Browse files
committed
feature/plymouth: Fix syntax error
During refactoring, the end of the line was removed. Fixes: a8b613f ("features: Run shell code only once") Signed-off-by: Alexey Gladkov <[email protected]>
1 parent fbee56f commit 226e74e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/plymouth/rules.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PLYMOUTH_DIRS := $(foreach d,$(LIB_DIRS),$(wildcard $(d)/plymouth))
33

44
$(call assign-shell-once,PLYMOUTH_PACK_MODULES, $(FEATURESDIR)/plymouth/bin/get-modules)
5-
$(call assign-shell-once,PLYMOUTH_PACK_THEME, $(FEATURESDIR)/plymouth/bin/get-theme-files "$(PLYMOUTH_THEME)
5+
$(call assign-shell-once,PLYMOUTH_PACK_THEME, $(FEATURESDIR)/plymouth/bin/get-theme-files "$(PLYMOUTH_THEME)")
66
$(call assign-shell-once,PLYMOUTH_PACK_DEFFONT, fc-match -f '%{file}\n' 'DejaVuSans' ||:)
77

88
PLYMOUTH_PACK_FONT := $(or $(PLYMOUTH_FONT),$(PLYMOUTH_PACK_DEFFONT))

0 commit comments

Comments
 (0)