Skip to content

Commit

Permalink
Repair 'bootstrap -D'
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Feb 25, 2024
1 parent 8c003e0 commit 9112872
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,11 @@ cd "$SAGE_ROOT"

export PATH="$SAGE_ROOT/build/bin:$PATH"

eval $(sage-package properties --format=shell configure)
properties=$(sage-package properties --format=shell configure) || echo >&2 "Error: looking up version of 'configure' failed"
eval $properties
PKG=$path_configure
MAKE="${MAKE:-make}"
CONFVERSION=$version_configure
CONFVERSION=$version_with_patchlevel_configure


bootstrap () {
Expand Down

0 comments on commit 9112872

Please sign in to comment.