summaryrefslogtreecommitdiff
path: root/scripts/mysqld_multi.sh
diff options
context:
space:
mode:
authorkent@mysql.com/kent-amd64.(none) <>2007-12-28 01:02:28 +0100
committerkent@mysql.com/kent-amd64.(none) <>2007-12-28 01:02:28 +0100
commit18418ff8c5c6d3700bc199417d0dd57af7d9b918 (patch)
tree6fa0c805dd368a5b9ad7731ce4f722da70c8472d /scripts/mysqld_multi.sh
parentbf1ba3d416e3b05a6585c29c8f5050d3dae5ec55 (diff)
downloadmariadb-git-18418ff8c5c6d3700bc199417d0dd57af7d9b918.tar.gz
make_win_bin_dist CMakeLists.txt resolveip.c Makefile.am:
Better Windows support in the scripts directory mysql_config.pl.in, mysql_install_db.pl.in: New Perl version of Unix shell script, mainly for Windows Many files in scripts directory: Use default Perl location "#!/usr/bin/perl" instead of the build host path
Diffstat (limited to 'scripts/mysqld_multi.sh')
-rw-r--r--scripts/mysqld_multi.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mysqld_multi.sh b/scripts/mysqld_multi.sh
index 92cfbe3ef22..3cb4665eb1c 100644
--- a/scripts/mysqld_multi.sh
+++ b/scripts/mysqld_multi.sh
@@ -1,4 +1,4 @@
-#!@PERL@
+#!/usr/bin/perl
use Getopt::Long;
use POSIX qw(strftime);