fix?
This commit is contained in:
parent
ca6d28c918
commit
bf239ad6f2
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ stripped() {
|
||||||
|
|
||||||
get_lower_dirs() {
|
get_lower_dirs() {
|
||||||
overlay_config="$1"
|
overlay_config="$1"
|
||||||
dir="$2"
|
[ "$dir" != "$2" ] && dir="$2" && lowerdirs=""
|
||||||
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue