fix: typo $src -> $sub in cp loop
This commit is contained in:
parent
601d7bc7b3
commit
5dca8a2d9f
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ echo "wilddragon-overlay: layering $OVERLAY -> $UI"
|
|||
# stays intact except for the files we override.
|
||||
for sub in public src; do
|
||||
if [ -d "$OVERLAY/$sub" ]; then
|
||||
cp -RLp "$OVERLAY/$sub/." "$UI/$src/"
|
||||
cp -RLp "$OVERLAY/$sub/." "$UI/$sub/"
|
||||
fi
|
||||
done
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue