Skip to content

Commit 282bcfa

Browse files
committed
mysql-search-replace: remove unused rewrite_shebang
1 parent 5e463ca commit 282bcfa

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Formula/m/mysql-search-replace.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
class MysqlSearchReplace < Formula
2-
include Language::PHP::Shebang
3-
42
desc "Database search and replace script in PHP"
53
homepage "https://interconnectit.com/products/search-and-replace-for-wordpress-databases/"
64
url "https://github.com/interconnectit/Search-Replace-DB/archive/refs/tags/4.1.4.tar.gz"
@@ -17,7 +15,6 @@ class MysqlSearchReplace < Formula
1715
def install
1816
libexec.install "srdb.class.php"
1917
libexec.install "srdb.cli.php" => "srdb"
20-
rewrite_shebang detected_php_shebang, libexec/"srdb" if OS.linux?
2118
bin.write_exec_script libexec/"srdb"
2219
end
2320

0 commit comments

Comments
 (0)