From 123a516be304ad8892a103990ab00a076aac9e94 Mon Sep 17 00:00:00 2001 From: Miles Liu Date: Tue, 13 Sep 2022 16:03:58 +0800 Subject: [PATCH] quex: fix `python3` references. See #110462. Closes #110539. Signed-off-by: Daniel Nachun <9205048+danielnachun@users.noreply.github.com> Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> --- Formula/quex.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/quex.rb b/Formula/quex.rb index 272fc338d97..b02127727e5 100644 --- a/Formula/quex.rb +++ b/Formula/quex.rb @@ -25,7 +25,7 @@ class Quex < Formula # Use a shim script to set QUEX_PATH on the user's behalf (bin/"quex").write <<~EOS #!/bin/bash - QUEX_PATH="#{libexec}" "#{Formula["python@3.10"].opt_bin}/python3" "#{libexec}/quex-exe.py" "$@" + QUEX_PATH="#{libexec}" "python3.10" "#{libexec}/quex-exe.py" "$@" EOS if build.head?