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

Commit 084fbf6

Browse files
author
Matthias Koeppe
committed
src/doc/bootstrap: Use ./sage
1 parent 184ae6d commit 084fbf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/bootstrap

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ for SYSTEM in arch debian fedora cygwin homebrew conda; do
3131
SAGELIB_SYSTEM_PACKAGES=
3232
SAGELIB_OPTIONAL_SYSTEM_PACKAGES=
3333
RECOMMENDED_SYSTEM_PACKAGES=
34-
for PKG_BASE in $(sage --package list --has-file distros/$SYSTEM.txt); do
34+
for PKG_BASE in $(./sage --package list --has-file distros/$SYSTEM.txt); do
3535
PKG_SCRIPTS=build/pkgs/$PKG_BASE
3636
SYSTEM_PACKAGES_FILE=$PKG_SCRIPTS/distros/$SYSTEM.txt
3737
PKG_TYPE=$(cat $PKG_SCRIPTS/type)
@@ -112,7 +112,7 @@ External Packages
112112
:maxdepth: 1
113113
114114
EOF
115-
for PKG_BASE in $(sage --package list --has-file SPKG.rst); do
115+
for PKG_BASE in $(./sage --package list --has-file SPKG.rst); do
116116
PKG_SCRIPTS=build/pkgs/$PKG_BASE
117117
# Instead of just copying, we may want to call
118118
# a version of sage-spkg-info to format extra information.

0 commit comments

Comments
 (0)