yoshinorim / mha4mysql-node

Development tree of Master High Availability Manager and tools for MySQL (MHA), Node (MySQL Server) part
http://code.google.com/p/mysql-master-ha/
GNU General Public License v2.0
402 stars 202 forks source link

Rewrite a shebang line of each bin/* scripts if REWRITE_SHEBANG is set #12

Closed hirose31 closed 10 years ago

hirose31 commented 10 years ago

ExtUtils::MakeMaker rewirtes #/usr/bin/perl or #!perl but NOT

!/usr/bin/env perl, so mandatorily rewrite shebang if environment variable

REWRITE_SHEBANG is set.