diff options
author | Sam James <sam@gentoo.org> | 2024-05-04 12:51:04 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-05-04 12:51:04 +0100 |
commit | 250ce4a1e3661118f30626d5be4a597d27843615 (patch) | |
tree | 88cde6ddf8002c3896f37ad756dcfb8c9296bf50 | |
parent | crossdev: declare EAPI in profiles/ (diff) | |
download | crossdev-250ce4a1e3661118f30626d5be4a597d27843615.tar.gz crossdev-250ce4a1e3661118f30626d5be4a597d27843615.tar.bz2 crossdev-250ce4a1e3661118f30626d5be4a597d27843615.zip |
crossdev: fix whitespace
Signed-off-by: Sam James <sam@gentoo.org>
-rwxr-xr-x | crossdev | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1439,7 +1439,7 @@ set_metadata() { fi # build up a list of possible repos where we can pull from - for d in "${BOVL}" "${GOVL}" "${KOVL}" "${LOVL}" "${ROVL}" "${DOVL}" ${SEARCH_OVERLAYS} "${MAIN_REPO_PATH}" ; do + for d in "${BOVL}" "${GOVL}" "${KOVL}" "${LOVL}" "${ROVL}" "${DOVL}" ${SEARCH_OVERLAYS} "${MAIN_REPO_PATH}" ; do [[ -z ${d} ]] && continue name= |