Skip to content

Commit

Permalink
bootstrap: Remove use of CONFVERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed May 12, 2024
1 parent 5195d13 commit c2594fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ bootstrap_download () {

CONFBALL=$(sage-package download $SAGE_DL_LOGLEVEL configure)
if [ $? -ne 0 ]; then
echo >&2 "Error: downloading configure-$CONFVERSION.tar.gz failed"
echo >&2 "Error: downloading configure tarball failed"
exit 1
fi

Expand Down

0 comments on commit c2594fb

Please sign in to comment.