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 48ed5bd commit 3b413e4Copy full SHA for 3b413e4
build/bin/sage-spkg
@@ -594,6 +594,7 @@ cd "\$SAGE_PKG_DIR" 2>/dev/null || cd "$fallback_script_dir"
594
__EOF__
595
else
596
cat >> "$tmpscript" <<__EOF__
597
+cd "\$SAGE_PKG_DIR"
598
if [ \$? -ne 0 ]; then
599
echo >&2 "Error: could not cd to the package build directory \$SAGE_PKG_DIR"
600
exit 1
0 commit comments