Skip to content

Commit df7804e

Browse files
author
Matthias Koeppe
committed
build/bin/sage-spkg: Fix use of sage-logger when V=0
1 parent 760118d commit df7804e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build/bin/sage-spkg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -662,6 +662,9 @@ if [ -n "$PKG_NAME_UPSTREAM" ]; then
662662
export rsync_proxy=$http_proxy
663663
fi
664664
665+
# Make sage-logger show the full logs
666+
unset SAGE_SILENT_BUILD
667+
unset V
665668
666669
# First uninstall the previous version of this package, if any
667670
if [ "$KEEP_EXISTING" != "yes" ]; then

0 commit comments

Comments
 (0)