Skip to content

Commit f4d1139

Browse files
committed
No way to quiet LaTeX run other than piping to /dev/null
1 parent 1399271 commit f4d1139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update_demoweb.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ git pull -q --rebase --autostash >/dev/null 2>&1
1717
# Rebuild in-place to also make configuration updates visible:
1818
make QUIET=1 maintainer-clean
1919
make QUIET=1 MAINT_CXFLAGS='-g -O2 -Wall -fPIE -Wformat -Wformat-security' \
20-
inplace-conf || true
20+
inplace-conf >/dev/null 2>&1 || true
2121
make QUIET=1 inplace-install docs >/dev/null 2>&1
2222
composer auto-scripts >/dev/null 2>&1
2323

0 commit comments

Comments
 (0)