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

Merge "vendorsetup.sh: use pwd instead of"

parents 5cd139ad d3812ba8
No related branches found
No related tags found
No related merge requests found
......@@ -89,7 +89,7 @@ __abandon_tree()
if [[ -f out/lastpatch.projects ]]; then
local projects=$(cat out/lastpatch.projects)
else
local projects=$(repo forall -c 'echo $REPO_PATH')
local projects=$(repo forall -c pwd)
fi
for p in $projects; do
......
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