This commit is contained in:
Paul Fey 2025-02-09 12:31:06 +01:00
parent ca6d28c918
commit bf239ad6f2

View file

@ -40,7 +40,7 @@ stripped() {
get_lower_dirs() {
overlay_config="$1"
dir="$2"
[ "$dir" != "$2" ] && dir="$2" && lowerdirs=""
while IFS="" read -r overlay || [ -n "$overlay" ]
do
if beginswith "(" "$overlay" && endswith ")" "$overlay" && [ -f "$(stripped "$overlay")" ]; then