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 e72fbbd commit e81756cCopy full SHA for e81756c
build/pkgs/sagelib/spkg-install.in
@@ -1,7 +1,7 @@
1
if [ "$SAGE_EDITABLE" = yes ]; then
2
- cd $SAGE_ROOT
+ cd "$SAGE_ROOT"
3
else
4
5
# Issue #34181: Do not allow scripts with shebang lines from old
6
# venvs leak into new venvs. (Changes only seem to be necessary
7
# for non-editable builds.)
0 commit comments