fix(rpm-ostree): Syntax error due to forgotten fi
This commit is contained in:
parent
b05f4e85ff
commit
93ff0d9eb9
1 changed files with 14 additions and 13 deletions
|
|
@ -67,6 +67,7 @@ if [[ ${#INSTALL[@]} -gt 0 ]]; then
|
||||||
CLASSIC_PKG+=("${PKG}")
|
CLASSIC_PKG+=("${PKG}")
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
fi
|
||||||
|
|
||||||
# The installation is done with some wordsplitting hacks
|
# The installation is done with some wordsplitting hacks
|
||||||
# because of errors when doing array destructuring at the installation step.
|
# because of errors when doing array destructuring at the installation step.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue