diff --git a/Formula/msodbcsql17@17.10.1.1.rb b/Formula/msodbcsql17@17.10.1.1.rb index 02b9ed7..1cd0206 100755 --- a/Formula/msodbcsql17@17.10.1.1.rb +++ b/Formula/msodbcsql17@17.10.1.1.rb @@ -14,7 +14,7 @@ class Msodbcsql17AT171011 < Formula depends_on "openssl" def check_eula_acceptance? - if ENV["ACCEPT_EULA"] != "y" && ENV["ACCEPT_EULA"] != "Y" + if ENV["HOMEBREW_ACCEPT_EULA"] != "y" && ENV["HOMEBREW_ACCEPT_EULA"] != "Y" puts "The license terms for this product can be downloaded from" puts "https://aka.ms/odbc17eula and found in" puts "#{prefix}/share/doc/msodbcsql17/LICENSE.txt . By entering 'YES'," @@ -35,7 +35,7 @@ class Msodbcsql17AT171011 < Formula else puts "Installation terminated: Could not prompt for license acceptance." puts "If you are performing an unattended installation, you may set" - puts "ACCEPT_EULA to Y to indicate your acceptance of the license terms." + puts "HOMEBREW_ACCEPT_EULA to Y to indicate your acceptance of the license terms." return false end end diff --git a/Formula/msodbcsql17@17.3.1.1.rb b/Formula/msodbcsql17@17.3.1.1.rb index 03cd367..5a6b41c 100644 --- a/Formula/msodbcsql17@17.3.1.1.rb +++ b/Formula/msodbcsql17@17.3.1.1.rb @@ -13,7 +13,7 @@ class Msodbcsql17AT17311 < Formula depends_on "openssl" def check_eula_acceptance? - if ENV["ACCEPT_EULA"] != "y" && ENV["ACCEPT_EULA"] != "Y" + if ENV["HOMEBREW_ACCEPT_EULA"] != "y" && ENV["HOMEBREW_ACCEPT_EULA"] != "Y" puts "The license terms for this product can be downloaded from" puts "https://aka.ms/odbc17eula and found in" puts "/usr/local/share/doc/msodbcsql17/LICENSE.txt . By entering 'YES'," @@ -34,7 +34,7 @@ class Msodbcsql17AT17311 < Formula else puts "Installation terminated: Could not prompt for license acceptance." puts "If you are performing an unattended installation, you may set" - puts "ACCEPT_EULA to Y to indicate your acceptance of the license terms." + puts "HOMEBREW_ACCEPT_EULA to Y to indicate your acceptance of the license terms." return false end end diff --git a/Formula/msodbcsql17@17.4.1.1.rb b/Formula/msodbcsql17@17.4.1.1.rb index b662ad4..730f31f 100644 --- a/Formula/msodbcsql17@17.4.1.1.rb +++ b/Formula/msodbcsql17@17.4.1.1.rb @@ -13,7 +13,7 @@ class Msodbcsql17AT17411 < Formula depends_on "openssl" def check_eula_acceptance? - if ENV["ACCEPT_EULA"] != "y" && ENV["ACCEPT_EULA"] != "Y" + if ENV["HOMEBREW_ACCEPT_EULA"] != "y" && ENV["HOMEBREW_ACCEPT_EULA"] != "Y" puts "The license terms for this product can be downloaded from" puts "https://aka.ms/odbc17eula and found in" puts "/usr/local/share/doc/msodbcsql17/LICENSE.txt . By entering 'YES'," @@ -34,7 +34,7 @@ class Msodbcsql17AT17411 < Formula else puts "Installation terminated: Could not prompt for license acceptance." puts "If you are performing an unattended installation, you may set" - puts "ACCEPT_EULA to Y to indicate your acceptance of the license terms." + puts "HOMEBREW_ACCEPT_EULA to Y to indicate your acceptance of the license terms." return false end end diff --git a/Formula/msodbcsql17@17.4.2.1.rb b/Formula/msodbcsql17@17.4.2.1.rb index c155463..1c27cde 100644 --- a/Formula/msodbcsql17@17.4.2.1.rb +++ b/Formula/msodbcsql17@17.4.2.1.rb @@ -14,7 +14,7 @@ class Msodbcsql17AT17421 < Formula depends_on "openssl" def check_eula_acceptance? - if ENV["ACCEPT_EULA"] != "y" && ENV["ACCEPT_EULA"] != "Y" + if ENV["HOMEBREW_ACCEPT_EULA"] != "y" && ENV["HOMEBREW_ACCEPT_EULA"] != "Y" puts "The license terms for this product can be downloaded from" puts "https://aka.ms/odbc17eula and found in" puts "/usr/local/share/doc/msodbcsql17/LICENSE.txt . By entering 'YES'," @@ -35,7 +35,7 @@ class Msodbcsql17AT17421 < Formula else puts "Installation terminated: Could not prompt for license acceptance." puts "If you are performing an unattended installation, you may set" - puts "ACCEPT_EULA to Y to indicate your acceptance of the license terms." + puts "HOMEBREW_ACCEPT_EULA to Y to indicate your acceptance of the license terms." return false end end diff --git a/Formula/msodbcsql17@17.5.1.1.rb b/Formula/msodbcsql17@17.5.1.1.rb index 782e5e7..c9a35c7 100755 --- a/Formula/msodbcsql17@17.5.1.1.rb +++ b/Formula/msodbcsql17@17.5.1.1.rb @@ -14,7 +14,7 @@ class Msodbcsql17AT17511 < Formula depends_on "openssl" def check_eula_acceptance? - if ENV["ACCEPT_EULA"] != "y" && ENV["ACCEPT_EULA"] != "Y" + if ENV["HOMEBREW_ACCEPT_EULA"] != "y" && ENV["HOMEBREW_ACCEPT_EULA"] != "Y" puts "The license terms for this product can be downloaded from" puts "https://aka.ms/odbc17eula and found in" puts "/usr/local/share/doc/msodbcsql17/LICENSE.txt . By entering 'YES'," @@ -35,7 +35,7 @@ class Msodbcsql17AT17511 < Formula else puts "Installation terminated: Could not prompt for license acceptance." puts "If you are performing an unattended installation, you may set" - puts "ACCEPT_EULA to Y to indicate your acceptance of the license terms." + puts "HOMEBREW_ACCEPT_EULA to Y to indicate your acceptance of the license terms." return false end end diff --git a/Formula/msodbcsql17@17.5.2.1.rb b/Formula/msodbcsql17@17.5.2.1.rb index 5c31fca..b46e76a 100755 --- a/Formula/msodbcsql17@17.5.2.1.rb +++ b/Formula/msodbcsql17@17.5.2.1.rb @@ -14,7 +14,7 @@ class Msodbcsql17AT17521 < Formula depends_on "openssl" def check_eula_acceptance? - if ENV["ACCEPT_EULA"] != "y" && ENV["ACCEPT_EULA"] != "Y" + if ENV["HOMEBREW_ACCEPT_EULA"] != "y" && ENV["HOMEBREW_ACCEPT_EULA"] != "Y" puts "The license terms for this product can be downloaded from" puts "https://aka.ms/odbc17eula and found in" puts "/usr/local/share/doc/msodbcsql17/LICENSE.txt . By entering 'YES'," @@ -35,7 +35,7 @@ class Msodbcsql17AT17521 < Formula else puts "Installation terminated: Could not prompt for license acceptance." puts "If you are performing an unattended installation, you may set" - puts "ACCEPT_EULA to Y to indicate your acceptance of the license terms." + puts "HOMEBREW_ACCEPT_EULA to Y to indicate your acceptance of the license terms." return false end end diff --git a/Formula/msodbcsql17@17.6.1.1.rb b/Formula/msodbcsql17@17.6.1.1.rb index 8469128..bb348a4 100755 --- a/Formula/msodbcsql17@17.6.1.1.rb +++ b/Formula/msodbcsql17@17.6.1.1.rb @@ -14,7 +14,7 @@ class Msodbcsql17AT17611 < Formula depends_on "openssl" def check_eula_acceptance? - if ENV["ACCEPT_EULA"] != "y" && ENV["ACCEPT_EULA"] != "Y" + if ENV["HOMEBREW_ACCEPT_EULA"] != "y" && ENV["HOMEBREW_ACCEPT_EULA"] != "Y" puts "The license terms for this product can be downloaded from" puts "https://aka.ms/odbc17eula and found in" puts "/usr/local/share/doc/msodbcsql17/LICENSE.txt . By entering 'YES'," @@ -35,7 +35,7 @@ class Msodbcsql17AT17611 < Formula else puts "Installation terminated: Could not prompt for license acceptance." puts "If you are performing an unattended installation, you may set" - puts "ACCEPT_EULA to Y to indicate your acceptance of the license terms." + puts "HOMEBREW_ACCEPT_EULA to Y to indicate your acceptance of the license terms." return false end end diff --git a/Formula/msodbcsql17@17.7.1.1.rb b/Formula/msodbcsql17@17.7.1.1.rb index 483cccc..fe5aa83 100755 --- a/Formula/msodbcsql17@17.7.1.1.rb +++ b/Formula/msodbcsql17@17.7.1.1.rb @@ -14,7 +14,7 @@ class Msodbcsql17AT17711 < Formula depends_on "openssl" def check_eula_acceptance? - if ENV["ACCEPT_EULA"] != "y" && ENV["ACCEPT_EULA"] != "Y" + if ENV["HOMEBREW_ACCEPT_EULA"] != "y" && ENV["HOMEBREW_ACCEPT_EULA"] != "Y" puts "The license terms for this product can be downloaded from" puts "https://aka.ms/odbc17eula and found in" puts "/usr/local/share/doc/msodbcsql17/LICENSE.txt . By entering 'YES'," @@ -35,7 +35,7 @@ class Msodbcsql17AT17711 < Formula else puts "Installation terminated: Could not prompt for license acceptance." puts "If you are performing an unattended installation, you may set" - puts "ACCEPT_EULA to Y to indicate your acceptance of the license terms." + puts "HOMEBREW_ACCEPT_EULA to Y to indicate your acceptance of the license terms." return false end end diff --git a/Formula/msodbcsql17@17.7.2.1.rb b/Formula/msodbcsql17@17.7.2.1.rb index 857928c..0106124 100755 --- a/Formula/msodbcsql17@17.7.2.1.rb +++ b/Formula/msodbcsql17@17.7.2.1.rb @@ -14,7 +14,7 @@ class Msodbcsql17AT17721 < Formula depends_on "openssl" def check_eula_acceptance? - if ENV["ACCEPT_EULA"] != "y" && ENV["ACCEPT_EULA"] != "Y" + if ENV["HOMEBREW_ACCEPT_EULA"] != "y" && ENV["HOMEBREW_ACCEPT_EULA"] != "Y" puts "The license terms for this product can be downloaded from" puts "https://aka.ms/odbc17eula and found in" puts "/usr/local/share/doc/msodbcsql17/LICENSE.txt . By entering 'YES'," @@ -35,7 +35,7 @@ class Msodbcsql17AT17721 < Formula else puts "Installation terminated: Could not prompt for license acceptance." puts "If you are performing an unattended installation, you may set" - puts "ACCEPT_EULA to Y to indicate your acceptance of the license terms." + puts "HOMEBREW_ACCEPT_EULA to Y to indicate your acceptance of the license terms." return false end end diff --git a/Formula/msodbcsql17@17.8.1.1.rb b/Formula/msodbcsql17@17.8.1.1.rb index a0e3ef2..2f42cb8 100755 --- a/Formula/msodbcsql17@17.8.1.1.rb +++ b/Formula/msodbcsql17@17.8.1.1.rb @@ -14,7 +14,7 @@ class Msodbcsql17AT17811 < Formula depends_on "openssl" def check_eula_acceptance? - if ENV["ACCEPT_EULA"] != "y" && ENV["ACCEPT_EULA"] != "Y" + if ENV["HOMEBREW_ACCEPT_EULA"] != "y" && ENV["HOMEBREW_ACCEPT_EULA"] != "Y" puts "The license terms for this product can be downloaded from" puts "https://aka.ms/odbc17eula and found in" puts "#{prefix}/share/doc/msodbcsql17/LICENSE.txt . By entering 'YES'," @@ -35,7 +35,7 @@ class Msodbcsql17AT17811 < Formula else puts "Installation terminated: Could not prompt for license acceptance." puts "If you are performing an unattended installation, you may set" - puts "ACCEPT_EULA to Y to indicate your acceptance of the license terms." + puts "HOMEBREW_ACCEPT_EULA to Y to indicate your acceptance of the license terms." return false end end diff --git a/Formula/msodbcsql17@17.9.1.1.rb b/Formula/msodbcsql17@17.9.1.1.rb index 4408210..6d5179f 100755 --- a/Formula/msodbcsql17@17.9.1.1.rb +++ b/Formula/msodbcsql17@17.9.1.1.rb @@ -14,7 +14,7 @@ class Msodbcsql17AT17911 < Formula depends_on "openssl" def check_eula_acceptance? - if ENV["ACCEPT_EULA"] != "y" && ENV["ACCEPT_EULA"] != "Y" + if ENV["HOMEBREW_ACCEPT_EULA"] != "y" && ENV["HOMEBREW_ACCEPT_EULA"] != "Y" puts "The license terms for this product can be downloaded from" puts "https://aka.ms/odbc17eula and found in" puts "#{prefix}/share/doc/msodbcsql17/LICENSE.txt . By entering 'YES'," @@ -35,7 +35,7 @@ class Msodbcsql17AT17911 < Formula else puts "Installation terminated: Could not prompt for license acceptance." puts "If you are performing an unattended installation, you may set" - puts "ACCEPT_EULA to Y to indicate your acceptance of the license terms." + puts "HOMEBREW_ACCEPT_EULA to Y to indicate your acceptance of the license terms." return false end end diff --git a/Formula/msodbcsql18.rb b/Formula/msodbcsql18.rb index 7aa19d5..7465bbf 100755 --- a/Formula/msodbcsql18.rb +++ b/Formula/msodbcsql18.rb @@ -14,7 +14,7 @@ class Msodbcsql18 < Formula depends_on "openssl" def check_eula_acceptance? - if ENV["ACCEPT_EULA"] != "y" && ENV["ACCEPT_EULA"] != "Y" + if ENV["HOMEBREW_ACCEPT_EULA"] != "y" && ENV["HOMEBREW_ACCEPT_EULA"] != "Y" puts "The license terms for this product can be downloaded from" puts "https://aka.ms/odbc18eula and found in" puts "#{prefix}/share/doc/msodbcsql18/LICENSE.txt . By entering 'YES'," @@ -35,7 +35,7 @@ class Msodbcsql18 < Formula else puts "Installation terminated: Could not prompt for license acceptance." puts "If you are performing an unattended installation, you may set" - puts "ACCEPT_EULA to Y to indicate your acceptance of the license terms." + puts "HOMEBREW_ACCEPT_EULA to Y to indicate your acceptance of the license terms." return false end end diff --git a/Formula/msodbcsql18@18.0.1.1.rb b/Formula/msodbcsql18@18.0.1.1.rb index fdfb3d8..c84fcc0 100755 --- a/Formula/msodbcsql18@18.0.1.1.rb +++ b/Formula/msodbcsql18@18.0.1.1.rb @@ -14,7 +14,7 @@ class Msodbcsql18AT18011 < Formula depends_on "openssl" def check_eula_acceptance? - if ENV["ACCEPT_EULA"] != "y" && ENV["ACCEPT_EULA"] != "Y" + if ENV["HOMEBREW_ACCEPT_EULA"] != "y" && ENV["HOMEBREW_ACCEPT_EULA"] != "Y" puts "The license terms for this product can be downloaded from" puts "https://aka.ms/odbc18eula and found in" puts "#{prefix}/share/doc/msodbcsql18/LICENSE.txt . By entering 'YES'," @@ -35,7 +35,7 @@ class Msodbcsql18AT18011 < Formula else puts "Installation terminated: Could not prompt for license acceptance." puts "If you are performing an unattended installation, you may set" - puts "ACCEPT_EULA to Y to indicate your acceptance of the license terms." + puts "HOMEBREW_ACCEPT_EULA to Y to indicate your acceptance of the license terms." return false end end diff --git a/Formula/msodbcsql18@18.1.1.1.rb b/Formula/msodbcsql18@18.1.1.1.rb index bba7f22..8d7d7db 100755 --- a/Formula/msodbcsql18@18.1.1.1.rb +++ b/Formula/msodbcsql18@18.1.1.1.rb @@ -14,7 +14,7 @@ class Msodbcsql18AT18111 < Formula depends_on "openssl" def check_eula_acceptance? - if ENV["ACCEPT_EULA"] != "y" && ENV["ACCEPT_EULA"] != "Y" + if ENV["HOMEBREW_ACCEPT_EULA"] != "y" && ENV["HOMEBREW_ACCEPT_EULA"] != "Y" puts "The license terms for this product can be downloaded from" puts "https://aka.ms/odbc18eula and found in" puts "#{prefix}/share/doc/msodbcsql18/LICENSE.txt . By entering 'YES'," @@ -35,7 +35,7 @@ class Msodbcsql18AT18111 < Formula else puts "Installation terminated: Could not prompt for license acceptance." puts "If you are performing an unattended installation, you may set" - puts "ACCEPT_EULA to Y to indicate your acceptance of the license terms." + puts "HOMEBREW_ACCEPT_EULA to Y to indicate your acceptance of the license terms." return false end end diff --git a/Formula/mssql-tools18.rb b/Formula/mssql-tools18.rb index 58c6c15..5a83e08 100644 --- a/Formula/mssql-tools18.rb +++ b/Formula/mssql-tools18.rb @@ -10,7 +10,7 @@ class MssqlTools18 < Formula depends_on "msodbcsql18" def check_eula_acceptance? - if ENV["ACCEPT_EULA"] != "y" && ENV["ACCEPT_EULA"] != "Y" + if ENV["HOMEBREW_ACCEPT_EULA"] != "y" && ENV["HOMEBREW_ACCEPT_EULA"] != "Y" puts "The license terms for this product can be downloaded from" puts "http://go.microsoft.com/fwlink/?LinkId=746949 and found in" puts "#{prefix}/share/doc/mssql-tools18/LICENSE.txt . By entering 'YES'," @@ -30,7 +30,7 @@ class MssqlTools18 < Formula else puts "Installation terminated: Could not prompt for license acceptance." puts "If you are performing an unattended installation, you may set" - puts "ACCEPT_EULA to Y to indicate your acceptance of the license terms." + puts "HOMEBREW_ACCEPT_EULA to Y to indicate your acceptance of the license terms." return false end end diff --git a/Formula/mssql-tools18@18.0.1.1.rb b/Formula/mssql-tools18@18.0.1.1.rb index 039f920..d333638 100644 --- a/Formula/mssql-tools18@18.0.1.1.rb +++ b/Formula/mssql-tools18@18.0.1.1.rb @@ -10,7 +10,7 @@ class MssqlTools18AT18011 < Formula depends_on "msodbcsql18" def check_eula_acceptance? - if ENV["ACCEPT_EULA"] != "y" && ENV["ACCEPT_EULA"] != "Y" + if ENV["HOMEBREW_ACCEPT_EULA"] != "y" && ENV["HOMEBREW_ACCEPT_EULA"] != "Y" puts "The license terms for this product can be downloaded from" puts "http://go.microsoft.com/fwlink/?LinkId=746949 and found in" puts "#{prefix}/share/doc/mssql-tools18/LICENSE.txt . By entering 'YES'," @@ -30,7 +30,7 @@ class MssqlTools18AT18011 < Formula else puts "Installation terminated: Could not prompt for license acceptance." puts "If you are performing an unattended installation, you may set" - puts "ACCEPT_EULA to Y to indicate your acceptance of the license terms." + puts "HOMEBREW_ACCEPT_EULA to Y to indicate your acceptance of the license terms." return false end end diff --git a/Formula/mssql-tools18@18.1.1.1.rb b/Formula/mssql-tools18@18.1.1.1.rb index 77dc439..ce26ec2 100644 --- a/Formula/mssql-tools18@18.1.1.1.rb +++ b/Formula/mssql-tools18@18.1.1.1.rb @@ -10,7 +10,7 @@ class MssqlTools18AT18111 < Formula depends_on "msodbcsql18" def check_eula_acceptance? - if ENV["ACCEPT_EULA"] != "y" && ENV["ACCEPT_EULA"] != "Y" + if ENV["HOMEBREW_ACCEPT_EULA"] != "y" && ENV["HOMEBREW_ACCEPT_EULA"] != "Y" puts "The license terms for this product can be downloaded from" puts "http://go.microsoft.com/fwlink/?LinkId=746949 and found in" puts "#{prefix}/share/doc/mssql-tools18/LICENSE.txt . By entering 'YES'," @@ -30,7 +30,7 @@ class MssqlTools18AT18111 < Formula else puts "Installation terminated: Could not prompt for license acceptance." puts "If you are performing an unattended installation, you may set" - puts "ACCEPT_EULA to Y to indicate your acceptance of the license terms." + puts "HOMEBREW_ACCEPT_EULA to Y to indicate your acceptance of the license terms." return false end end diff --git a/Formula/mssql-tools@17.10.1.1.rb b/Formula/mssql-tools@17.10.1.1.rb index b663fa2..e6af121 100644 --- a/Formula/mssql-tools@17.10.1.1.rb +++ b/Formula/mssql-tools@17.10.1.1.rb @@ -12,7 +12,7 @@ class MssqlToolsAT171011 < Formula depends_on "msodbcsql17" def check_eula_acceptance? - if ENV["ACCEPT_EULA"] != "y" && ENV["ACCEPT_EULA"] != "Y" + if ENV["HOMEBREW_ACCEPT_EULA"] != "y" && ENV["HOMEBREW_ACCEPT_EULA"] != "Y" puts "The license terms for this product can be downloaded from" puts "http://go.microsoft.com/fwlink/?LinkId=746949 and found in" puts "/usr/local/share/doc/mssql-tools/LICENSE.txt . By entering 'YES'," @@ -32,7 +32,7 @@ class MssqlToolsAT171011 < Formula else puts "Installation terminated: Could not prompt for license acceptance." puts "If you are performing an unattended installation, you may set" - puts "ACCEPT_EULA to Y to indicate your acceptance of the license terms." + puts "HOMEBREW_ACCEPT_EULA to Y to indicate your acceptance of the license terms." return false end end diff --git a/Formula/mssql-tools@17.3.1.1.rb b/Formula/mssql-tools@17.3.1.1.rb index e867504..bbb8f13 100644 --- a/Formula/mssql-tools@17.3.1.1.rb +++ b/Formula/mssql-tools@17.3.1.1.rb @@ -10,7 +10,7 @@ class MssqlToolsAT17311 < Formula depends_on "msodbcsql17" def check_eula_acceptance? - if ENV["ACCEPT_EULA"] != "y" && ENV["ACCEPT_EULA"] != "Y" + if ENV["HOMEBREW_ACCEPT_EULA"] != "y" && ENV["HOMEBREW_ACCEPT_EULA"] != "Y" puts "The license terms for this product can be downloaded from" puts "http://go.microsoft.com/fwlink/?LinkId=746949 and found in" puts "/usr/local/share/doc/mssql-tools/LICENSE.txt . By entering 'YES'," @@ -30,7 +30,7 @@ class MssqlToolsAT17311 < Formula else puts "Installation terminated: Could not prompt for license acceptance." puts "If you are performing an unattended installation, you may set" - puts "ACCEPT_EULA to Y to indicate your acceptance of the license terms." + puts "HOMEBREW_ACCEPT_EULA to Y to indicate your acceptance of the license terms." return false end end diff --git a/Formula/mssql-tools@17.4.1.1.rb b/Formula/mssql-tools@17.4.1.1.rb index 39bf8ef..6a7a0f7 100644 --- a/Formula/mssql-tools@17.4.1.1.rb +++ b/Formula/mssql-tools@17.4.1.1.rb @@ -10,7 +10,7 @@ class MssqlToolsAT17411 < Formula depends_on "msodbcsql17" def check_eula_acceptance? - if ENV["ACCEPT_EULA"] != "y" && ENV["ACCEPT_EULA"] != "Y" + if ENV["HOMEBREW_ACCEPT_EULA"] != "y" && ENV["HOMEBREW_ACCEPT_EULA"] != "Y" puts "The license terms for this product can be downloaded from" puts "http://go.microsoft.com/fwlink/?LinkId=746949 and found in" puts "/usr/local/share/doc/mssql-tools/LICENSE.txt . By entering 'YES'," @@ -30,7 +30,7 @@ class MssqlToolsAT17411 < Formula else puts "Installation terminated: Could not prompt for license acceptance." puts "If you are performing an unattended installation, you may set" - puts "ACCEPT_EULA to Y to indicate your acceptance of the license terms." + puts "HOMEBREW_ACCEPT_EULA to Y to indicate your acceptance of the license terms." return false end end diff --git a/Formula/mssql-tools@17.5.1.2.rb b/Formula/mssql-tools@17.5.1.2.rb index 15f3371..3b8e90e 100644 --- a/Formula/mssql-tools@17.5.1.2.rb +++ b/Formula/mssql-tools@17.5.1.2.rb @@ -10,7 +10,7 @@ class MssqlToolsAT17512 < Formula depends_on "msodbcsql17" def check_eula_acceptance? - if ENV["ACCEPT_EULA"] != "y" && ENV["ACCEPT_EULA"] != "Y" + if ENV["HOMEBREW_ACCEPT_EULA"] != "y" && ENV["HOMEBREW_ACCEPT_EULA"] != "Y" puts "The license terms for this product can be downloaded from" puts "http://go.microsoft.com/fwlink/?LinkId=746949 and found in" puts "/usr/local/share/doc/mssql-tools/LICENSE.txt . By entering 'YES'," @@ -30,7 +30,7 @@ class MssqlToolsAT17512 < Formula else puts "Installation terminated: Could not prompt for license acceptance." puts "If you are performing an unattended installation, you may set" - puts "ACCEPT_EULA to Y to indicate your acceptance of the license terms." + puts "HOMEBREW_ACCEPT_EULA to Y to indicate your acceptance of the license terms." return false end end diff --git a/Formula/mssql-tools@17.5.2.1.rb b/Formula/mssql-tools@17.5.2.1.rb index 9c74b45..2cf2777 100644 --- a/Formula/mssql-tools@17.5.2.1.rb +++ b/Formula/mssql-tools@17.5.2.1.rb @@ -10,7 +10,7 @@ class MssqlToolsAT17521 < Formula depends_on "msodbcsql17" def check_eula_acceptance? - if ENV["ACCEPT_EULA"] != "y" && ENV["ACCEPT_EULA"] != "Y" + if ENV["HOMEBREW_ACCEPT_EULA"] != "y" && ENV["HOMEBREW_ACCEPT_EULA"] != "Y" puts "The license terms for this product can be downloaded from" puts "http://go.microsoft.com/fwlink/?LinkId=746949 and found in" puts "/usr/local/share/doc/mssql-tools/LICENSE.txt . By entering 'YES'," @@ -30,7 +30,7 @@ class MssqlToolsAT17521 < Formula else puts "Installation terminated: Could not prompt for license acceptance." puts "If you are performing an unattended installation, you may set" - puts "ACCEPT_EULA to Y to indicate your acceptance of the license terms." + puts "HOMEBREW_ACCEPT_EULA to Y to indicate your acceptance of the license terms." return false end end diff --git a/Formula/mssql-tools@17.6.1.1.rb b/Formula/mssql-tools@17.6.1.1.rb index 5cab5cf..1b5190b 100644 --- a/Formula/mssql-tools@17.6.1.1.rb +++ b/Formula/mssql-tools@17.6.1.1.rb @@ -10,7 +10,7 @@ class MssqlToolsAT17611 < Formula depends_on "msodbcsql17" def check_eula_acceptance? - if ENV["ACCEPT_EULA"] != "y" && ENV["ACCEPT_EULA"] != "Y" + if ENV["HOMEBREW_ACCEPT_EULA"] != "y" && ENV["HOMEBREW_ACCEPT_EULA"] != "Y" puts "The license terms for this product can be downloaded from" puts "http://go.microsoft.com/fwlink/?LinkId=746949 and found in" puts "/usr/local/share/doc/mssql-tools/LICENSE.txt . By entering 'YES'," @@ -30,7 +30,7 @@ class MssqlToolsAT17611 < Formula else puts "Installation terminated: Could not prompt for license acceptance." puts "If you are performing an unattended installation, you may set" - puts "ACCEPT_EULA to Y to indicate your acceptance of the license terms." + puts "HOMEBREW_ACCEPT_EULA to Y to indicate your acceptance of the license terms." return false end end diff --git a/Formula/mssql-tools@17.7.1.1.rb b/Formula/mssql-tools@17.7.1.1.rb index 62fab32..d612617 100644 --- a/Formula/mssql-tools@17.7.1.1.rb +++ b/Formula/mssql-tools@17.7.1.1.rb @@ -10,7 +10,7 @@ class MssqlToolsAT17711 < Formula depends_on "msodbcsql17" def check_eula_acceptance? - if ENV["ACCEPT_EULA"] != "y" && ENV["ACCEPT_EULA"] != "Y" + if ENV["HOMEBREW_ACCEPT_EULA"] != "y" && ENV["HOMEBREW_ACCEPT_EULA"] != "Y" puts "The license terms for this product can be downloaded from" puts "http://go.microsoft.com/fwlink/?LinkId=746949 and found in" puts "/usr/local/share/doc/mssql-tools/LICENSE.txt . By entering 'YES'," @@ -30,7 +30,7 @@ class MssqlToolsAT17711 < Formula else puts "Installation terminated: Could not prompt for license acceptance." puts "If you are performing an unattended installation, you may set" - puts "ACCEPT_EULA to Y to indicate your acceptance of the license terms." + puts "HOMEBREW_ACCEPT_EULA to Y to indicate your acceptance of the license terms." return false end end diff --git a/Formula/mssql-tools@17.8.1.1.rb b/Formula/mssql-tools@17.8.1.1.rb index 7ce019d..908be71 100644 --- a/Formula/mssql-tools@17.8.1.1.rb +++ b/Formula/mssql-tools@17.8.1.1.rb @@ -12,7 +12,7 @@ class MssqlToolsAT17811 < Formula depends_on "msodbcsql17" def check_eula_acceptance? - if ENV["ACCEPT_EULA"] != "y" && ENV["ACCEPT_EULA"] != "Y" + if ENV["HOMEBREW_ACCEPT_EULA"] != "y" && ENV["HOMEBREW_ACCEPT_EULA"] != "Y" puts "The license terms for this product can be downloaded from" puts "http://go.microsoft.com/fwlink/?LinkId=746949 and found in" puts "/usr/local/share/doc/mssql-tools/LICENSE.txt . By entering 'YES'," @@ -32,7 +32,7 @@ class MssqlToolsAT17811 < Formula else puts "Installation terminated: Could not prompt for license acceptance." puts "If you are performing an unattended installation, you may set" - puts "ACCEPT_EULA to Y to indicate your acceptance of the license terms." + puts "HOMEBREW_ACCEPT_EULA to Y to indicate your acceptance of the license terms." return false end end diff --git a/Formula/mssql-tools@17.9.1.1.rb b/Formula/mssql-tools@17.9.1.1.rb index 11d7ff9..058c0e7 100644 --- a/Formula/mssql-tools@17.9.1.1.rb +++ b/Formula/mssql-tools@17.9.1.1.rb @@ -12,7 +12,7 @@ class MssqlToolsAT17911 < Formula depends_on "msodbcsql17" def check_eula_acceptance? - if ENV["ACCEPT_EULA"] != "y" && ENV["ACCEPT_EULA"] != "Y" + if ENV["HOMEBREW_ACCEPT_EULA"] != "y" && ENV["HOMEBREW_ACCEPT_EULA"] != "Y" puts "The license terms for this product can be downloaded from" puts "http://go.microsoft.com/fwlink/?LinkId=746949 and found in" puts "/usr/local/share/doc/mssql-tools/LICENSE.txt . By entering 'YES'," @@ -32,7 +32,7 @@ class MssqlToolsAT17911 < Formula else puts "Installation terminated: Could not prompt for license acceptance." puts "If you are performing an unattended installation, you may set" - puts "ACCEPT_EULA to Y to indicate your acceptance of the license terms." + puts "HOMEBREW_ACCEPT_EULA to Y to indicate your acceptance of the license terms." return false end end