Skip to content

Commit c0f6348

Browse files
author
Matthias Koeppe
committed
build/pkgs/sage_sws2rst/spkg-install: Fix for SAGE_CHECK=yes
1 parent 11bbe95 commit c0f6348

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/pkgs/sage_sws2rst/spkg-install

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ if [ "$SAGE_EDITABLE" = yes ]; then
1818
else
1919
sdh_pip_install .
2020
fi
21+
cd ..
2122
# For type=script packages, spkg-check is not run
2223
case "$SAGE_CHECK" in
2324
yes)

0 commit comments

Comments
 (0)