Skip to content

Commit 5109a5e

Browse files
author
Matthias Koeppe
committed
build/bin/sage-spkg-info: Remove last use of $SAGE_PACKAGE
1 parent c52a2c4 commit 5109a5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/bin/sage-spkg-info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ echo
5151
echo "Dependencies"
5252
echo "------------"
5353
echo
54-
${SAGE_PACKAGE-sage-package} dependencies --format=$FORMAT $PKG_BASE
54+
sage-package dependencies --format=$FORMAT $PKG_BASE
5555
echo
5656
echo "Version Information"
5757
echo "-------------------"

0 commit comments

Comments
 (0)