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 Mar 8, 2024
1 parent 4fb182c commit 0ef9680
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 @@ -179,7 +179,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 0ef9680

Please sign in to comment.