Skip to content

Commit e81756c

Browse files
committed
Improve path handling
1 parent e72fbbd commit e81756c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/pkgs/sagelib/spkg-install.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
if [ "$SAGE_EDITABLE" = yes ]; then
2-
cd $SAGE_ROOT
2+
cd "$SAGE_ROOT"
33
else
4-
cd $SAGE_ROOT
4+
cd "$SAGE_ROOT"
55
# Issue #34181: Do not allow scripts with shebang lines from old
66
# venvs leak into new venvs. (Changes only seem to be necessary
77
# for non-editable builds.)

0 commit comments

Comments
 (0)