From a4c99821bed804085b06067561100995f4c1089d Mon Sep 17 00:00:00 2001 From: Ludwig Nussel Date: Mon, 31 Jan 2022 16:25:17 +0100 Subject: [PATCH] Fix shell when calling for vm build --- build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build b/build index a91481a68..87c6ccd61 100755 --- a/build +++ b/build @@ -1778,11 +1778,11 @@ for RECIPEPATH in "${RECIPEFILES[@]}" ; do setupicecream ccache_setup - test -n "$RUN_SHELL" && run_shell - # fill build directories with sources. Also sets TOPDIR recipe_setup RECIPEPATH= + + test -n "$RUN_SHELL" && run_shell # strip prefix from autogenerated files of source services. # sorted by line length to let the latest run service win