summaryrefslogtreecommitdiff
path: root/scripts/mysqlaccess.sh
diff options
context:
space:
mode:
authorTerje Rosten <terje.rosten@oracle.com>2017-03-28 13:22:32 +0200
committerTerje Rosten <terje.rosten@oracle.com>2017-03-28 13:22:32 +0200
commit5d4cfb30e517e861defd9728e88f37ef6072becb (patch)
tree3de97d0d3af3ac44cdddd883d4b167b421f92212 /scripts/mysqlaccess.sh
parent741305b3a4a15b8957926f24300ea0b7da8d04bd (diff)
downloadmariadb-git-5d4cfb30e517e861defd9728e88f37ef6072becb.tar.gz
BUG#25719975 SHEBANG HARD CODED AS /USR/BIN/PERL IN SCRIPTS, BREAKS ON FREEBSD
Use cmake variable to adjust shebang to platform.
Diffstat (limited to 'scripts/mysqlaccess.sh')
-rw-r--r--scripts/mysqlaccess.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/mysqlaccess.sh b/scripts/mysqlaccess.sh
index 4ca3b2d3686..03810e95b72 100644
--- a/scripts/mysqlaccess.sh
+++ b/scripts/mysqlaccess.sh
@@ -1,6 +1,6 @@
-#!/usr/bin/perl
+#!@PERL_PATH@
-# Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2000, 2017, Oracle and/or its affiliates. All rights reserved.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU Library General Public