Skip to content

Commit 03a858a

Browse files
author
Matthias Koeppe
committed
build/bin/sage-spkg: Remove redundant message at start
1 parent 4c2c913 commit 03a858a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

build/bin/sage-spkg

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -451,9 +451,6 @@ if [ ! -w "$SAGE_INST_LOCAL" ]; then
451451
exit 1
452452
fi
453453

454-
echo "$PKG_NAME"
455-
echo "===================================================="
456-
457454
# Make absolutely sure that we are in the build directory before doing
458455
# a scary "rm -rf" below.
459456
cd "$SAGE_BUILD_DIR" || exit $?

0 commit comments

Comments
 (0)