Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit 1e98d9c

Browse files
committed
Hardcode path to sage-download-file
1 parent 7d2595c commit 1e98d9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootstrap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ bootstrap () {
5656

5757
# Bootstrap by downloading the auto-generated files
5858
bootstrap-download () {
59-
sage-download-file configure-$CONFVERSION.tar.gz
59+
build/bin/sage-download-file configure-$CONFVERSION.tar.gz
6060
if [ $? -ne 0 ]; then
6161
echo >&2 "Error: downloading configure-$CONFVERSION.tar.gz failed"
6262
exit 1

0 commit comments

Comments
 (0)