diff options
Diffstat (limited to 'scripts/setup')
-rwxr-xr-x | scripts/setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/setup b/scripts/setup index 5577c7244..723fe062b 100755 --- a/scripts/setup +++ b/scripts/setup @@ -29,7 +29,7 @@ gcc -o "${HERE}"/sgrep "${HERE}"/sgrep.c -O3; # # MAINTAINERS: If repos renamed/added/removed, must update below. # -for repo in system user legacy; do +for repo in system user; do find "${BASE}/${repo}" -mindepth 1 -maxdepth 1 -type d | sort | while read k; do ( ## |