Skip to content
Snippets Groups Projects
Commit f8bdade5 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Symlinked top-level patch subdirectories are now supported."

parents c80533f9 ee0b2fbd
No related branches found
No related tags found
No related merge requests found
......@@ -146,7 +146,7 @@ __patch_tree()
for ID in ${TREE_ID} ; do
local D=${DIR}/${ID}
[[ -d $D ]] || continue
PATCHES=$(find $D -type f | sort -fs)
PATCHES=$(find $D/ -type f | sort -fs)
for P in ${PATCHES}; do
PRJ=$(dirname ${P#${DIR}/${ID}/})
PATCH_ADDED=0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment