Skip to content

Commit

Permalink
scripts/bootstrap-prefix: fix call to non-existant function
Browse files Browse the repository at this point in the history
Thanks Ronie Henrich for pointing out

Signed-off-by: Fabian Groffen <[email protected]>
  • Loading branch information
grobian committed Sep 10, 2023
1 parent 580a9d3 commit 4ceed4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bootstrap-prefix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2163,7 +2163,7 @@ bootstrap_stage3() {
sys-apps/portage
)

without_stack_emerge_pkgs "" "${pkgs[@]}" || return 1
pre_emerge_pkgs "" "${pkgs[@]}" || return 1

# Switch to the proper portage.
hash -r
Expand Down

0 comments on commit 4ceed4d

Please sign in to comment.