This commit is contained in:
Paul Fey 2025-02-09 12:41:27 +01:00
parent 505a288965
commit 0c82e285a3

View file

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