Skip to content

Commit 3b413e4

Browse files
author
Matthias Koeppe
committed
build/bin/sage-spkg: Add missing 'cd'
1 parent 48ed5bd commit 3b413e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/bin/sage-spkg

+1
Original file line numberDiff line numberDiff line change
@@ -594,6 +594,7 @@ cd "\$SAGE_PKG_DIR" 2>/dev/null || cd "$fallback_script_dir"
594594
__EOF__
595595
else
596596
cat >> "$tmpscript" <<__EOF__
597+
cd "\$SAGE_PKG_DIR"
597598
if [ \$? -ne 0 ]; then
598599
echo >&2 "Error: could not cd to the package build directory \$SAGE_PKG_DIR"
599600
exit 1

0 commit comments

Comments
 (0)