summaryrefslogtreecommitdiff
path: root/scripts/mysql_find_rows.sh
diff options
context:
space:
mode:
authorKent Boortz <kent@kent-amd64>2009-05-09 23:43:48 +0200
committerKent Boortz <kent@kent-amd64>2009-05-09 23:43:48 +0200
commit48e7641f6968a4c22589e66cc968d4e842027bbe (patch)
treebeea4b84d32b3aa23750b918a488e52d9ca0f67b /scripts/mysql_find_rows.sh
parentf949a76093a12a742aaf001f2af5cdd28d14b9ef (diff)
downloadmariadb-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.sh2
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