From 250ce4a1e3661118f30626d5be4a597d27843615 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 4 May 2024 12:51:04 +0100 Subject: crossdev: fix whitespace Signed-off-by: Sam James --- 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= -- cgit v1.2.3-65-gdbad