chore(gschema-overrides): Add missing quotes for file variable
This commit is contained in:
parent
769cd4bf3d
commit
adab64e38e
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ fi
|
|||
# Abort build if included file does not have .gschema.override extension
|
||||
if [[ ${#INCLUDE[@]} -gt 0 ]]; then
|
||||
for file in "${INCLUDE[@]}"; do
|
||||
if [[ $file == *.gschema.override ]]; then
|
||||
if [[ "$file" == *.gschema.override ]]; then
|
||||
gschema_extension=true
|
||||
else
|
||||
echo "Module failed because included files in module don't have .gschema.override extension."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue