Skip to content

Commit

Permalink
Merge pull request #398 from oscar-system/bl/banner
Browse files Browse the repository at this point in the history
honor --banner=no (and implicitly -q)
  • Loading branch information
lkastner authored Apr 23, 2022
2 parents 6a8c954 + 039afa6 commit 9242f08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Polymake.jl
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ function __init__()
ENV["POLYMAKE_DEPS_TREE"] = polymake_deps_tree

try
show_banner = isinteractive() &&
show_banner = isinteractive() && Base.JLOptions().banner != 0 &&
!any(x->x.name in ["Oscar"], keys(Base.package_locks))

initialize_polymake(show_banner)
Expand Down

0 comments on commit 9242f08

Please sign in to comment.