yoshinorim / mha4mysql-manager

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

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

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.