diff options
author | Kent Boortz <kent@kent-amd64> | 2009-05-09 23:43:48 +0200 |
---|---|---|
committer | Kent Boortz <kent@kent-amd64> | 2009-05-09 23:43:48 +0200 |
commit | 6d7f876a881f9182d9728c6ac16c1b816255335b (patch) | |
tree | beea4b84d32b3aa23750b918a488e52d9ca0f67b /scripts/mysql_fix_extensions.sh | |
parent | 48706e948fbdff68c1a67eda12c80258ea7b631c (diff) | |
download | mariadb-git-6d7f876a881f9182d9728c6ac16c1b816255335b.tar.gz |
Use /usr/bin/perl as standard Perl install path (bug#44643)
Diffstat (limited to 'scripts/mysql_fix_extensions.sh')
-rw-r--r-- | scripts/mysql_fix_extensions.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mysql_fix_extensions.sh b/scripts/mysql_fix_extensions.sh index fbc72406f5e..6d4e017f678 100644 --- a/scripts/mysql_fix_extensions.sh +++ b/scripts/mysql_fix_extensions.sh @@ -1,4 +1,4 @@ -#!@PERL@ +#!/usr/bin/perl # This is a utility for MySQL. It is not needed by any standard part # of MySQL. |