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 8, 2024
1 parent f0cd61c commit 90ffd4b
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 90ffd4b

Please sign in to comment.