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>
master
Miles Liu 2022-09-13 16:03:58 +08:00 committed by BrewTestBot
parent 4715a03ecf
commit 123a516be3
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ class Quex < Formula
# Use a shim script to set QUEX_PATH on the user's behalf # Use a shim script to set QUEX_PATH on the user's behalf
(bin/"quex").write <<~EOS (bin/"quex").write <<~EOS
#!/bin/bash #!/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 EOS
if build.head? if build.head?