Skip to content

Commit

Permalink
Fix shell when calling for vm build
Browse files Browse the repository at this point in the history
  • Loading branch information
lnussel committed Jul 20, 2022
1 parent c586230 commit a4c9982
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a4c9982

Please sign in to comment.