We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1c97570 + 282bcfa commit 7632f18Copy full SHA for 7632f18
Formula/m/mysql-search-replace.rb
@@ -1,6 +1,4 @@
1
class MysqlSearchReplace < Formula
2
- include Language::PHP::Shebang
3
-
4
desc "Database search and replace script in PHP"
5
homepage "https://interconnectit.com/products/search-and-replace-for-wordpress-databases/"
6
url "https://github.com/interconnectit/Search-Replace-DB/archive/refs/tags/4.1.4.tar.gz"
@@ -17,7 +15,6 @@ class MysqlSearchReplace < Formula
17
15
def install
18
16
libexec.install "srdb.class.php"
19
libexec.install "srdb.cli.php" => "srdb"
20
- rewrite_shebang detected_php_shebang, libexec/"srdb" if OS.linux?
21
bin.write_exec_script libexec/"srdb"
22
end
23
0 commit comments