commit:     250ce4a1e3661118f30626d5be4a597d27843615
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May  4 11:51:04 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat May  4 11:51:04 2024 +0000
URL:        https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=250ce4a1

crossdev: fix whitespace

Signed-off-by: Sam James <sam <AT> gentoo.org>

 crossdev | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/crossdev b/crossdev
index 5eef531..90381f9 100755
--- a/crossdev
+++ b/crossdev
@@ -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=

Reply via email to