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 | 48e7641f6968a4c22589e66cc968d4e842027bbe (patch) | |
| tree | beea4b84d32b3aa23750b918a488e52d9ca0f67b /scripts/mysql_find_rows.sh | |
| parent | f949a76093a12a742aaf001f2af5cdd28d14b9ef (diff) | |
| download | mariadb-git-48e7641f6968a4c22589e66cc968d4e842027bbe.tar.gz | |
Use /usr/bin/perl as standard Perl install path (bug#44643)
Diffstat (limited to 'scripts/mysql_find_rows.sh')
| -rw-r--r-- | scripts/mysql_find_rows.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mysql_find_rows.sh b/scripts/mysql_find_rows.sh index 77eacc8a9b4..967a8196ebd 100644 --- a/scripts/mysql_find_rows.sh +++ b/scripts/mysql_find_rows.sh @@ -1,4 +1,4 @@ -#!@PERL@ +#!/usr/bin/perl # Copyright (C) 2000, 2004 MySQL AB # # This program is free software; you can redistribute it and/or modify |
