From 0ef9680726dd295ba61e67477cfd0e6c2362f678 Mon Sep 17 00:00:00 2001 From: Matthias Koeppe Date: Thu, 7 Mar 2024 20:59:18 -0800 Subject: [PATCH] bootstrap: Remove use of CONFVERSION --- bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap b/bootstrap index ed0807e15df..03f37eb04ac 100755 --- a/bootstrap +++ b/bootstrap @@ -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