diff --git a/Formula/gz-msgs11.rb b/Formula/gz-msgs11.rb index c3678e508..300f3fc48 100644 --- a/Formula/gz-msgs11.rb +++ b/Formula/gz-msgs11.rb @@ -100,5 +100,8 @@ def install pythons.each do |python| system python.opt_libexec/"bin/python", "-c", "import gz.msgs11" end + # check gz msg command + ENV["GZ_CONFIG_PATH"] = "#{opt_share}/gz" + system Formula["gz-tools2"].opt_bin/"gz", "msg" end end