We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bf8174 commit a838d15Copy full SHA for a838d15
tools/update-version
@@ -22,7 +22,7 @@ if [ $# -ne 1 ]; then
22
fi
23
24
if [ -z "$SAGE_ROOT" ]; then
25
- die "must be run from within a Sage environment, or with SAGE_ROOT provided"
+ SAGE_ROOT="$(pwd)"
26
27
28
if [ -z "$SAGE_SRC" ]; then
0 commit comments