fix?
This commit is contained in:
parent
505a288965
commit
0c82e285a3
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue