Skip to content

Commit 93a900c

Browse files
author
Matthias Koeppe
committed
build/bin/sage-spkg-info: Restore lost blank output line
1 parent 8b2ac7c commit 93a900c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/bin/sage-spkg-info

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ PKG_BASE=$1
88
if [ -n "$OUTPUT_DIR" ]; then
99
exec > "$OUTPUT_DIR"/$PKG_BASE.rst
1010
echo ".. _spkg_$PKG_BASE:"
11+
echo
1112
fi
1213
PKG_SCRIPTS="$SAGE_ROOT/build/pkgs/$PKG_BASE"
1314
for ext in rst txt; do

0 commit comments

Comments
 (0)