Skip to content

Commit 48e7641

Browse files
author
Kent Boortz
committed
Use /usr/bin/perl as standard Perl install path (bug#44643)
1 parent f949a76 commit 48e7641

28 files changed

Lines changed: 28 additions & 28 deletions

scripts/mysql_find_rows.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!@PERL@
1+
#!/usr/bin/perl
22
# Copyright (C) 2000, 2004 MySQL AB
33
#
44
# This program is free software; you can redistribute it and/or modify

scripts/mysql_fix_extensions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!@PERL@
1+
#!/usr/bin/perl
22
# This is a utility for MySQL. It is not needed by any standard part
33
# of MySQL.
44

scripts/mysql_setpermission.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!@PERL@
1+
#!/usr/bin/perl
22
## Emacs, this is -*- perl -*- mode? :-)
33
##
44
## Permission setter for MySQL

scripts/mysql_zap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!@PERL@
1+
#!/usr/bin/perl
22
# Copyright (C) 2000-2002, 2004 MySQL AB
33
#
44
# This program is free software; you can redistribute it and/or modify

scripts/mysqlaccess.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!@PERL@
1+
#!/usr/bin/perl
22
# ****************************
33
package MySQLaccess;
44
#use strict;

sql-bench/as3ap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!@PERL@
1+
#!/usr/bin/perl
22
# Copyright (C) 2001, 2003 MySQL AB
33
#
44
# This library is free software; you can redistribute it and/or

sql-bench/bench-count-distinct.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!@PERL@
1+
#!/usr/bin/perl
22
# Copyright (C) 2001, 2003 MySQL AB
33
#
44
# This library is free software; you can redistribute it and/or

sql-bench/bench-init.pl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!@PERL@
1+
#!/usr/bin/perl
22
# Copyright (C) 2000-2003, 2005 MySQL AB
33
#
44
# This library is free software; you can redistribute it and/or

sql-bench/compare-results.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!@PERL@
1+
#!/usr/bin/perl
22
# Copyright (C) 2000-2001, 2003 MySQL AB
33
#
44
# This library is free software; you can redistribute it and/or

sql-bench/copy-db.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!@PERL@
1+
#!/usr/bin/perl
22
# Copyright (C) 2000, 2003 MySQL AB
33
#
44
# This library is free software; you can redistribute it and/or

0 commit comments

Comments
 (0)