summaryrefslogtreecommitdiff
path: root/scripts/dheadgen.pl
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/dheadgen.pl
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/dheadgen.pl')
-rw-r--r--[-rwxr-xr-x]scripts/dheadgen.pl8
1 files changed, 1 insertions, 7 deletions
diff --git a/scripts/dheadgen.pl b/scripts/dheadgen.pl
index c42bd49b32e..69ece2e7c81 100755..100644
--- a/scripts/dheadgen.pl
+++ b/scripts/dheadgen.pl
@@ -1,10 +1,4 @@
-#!/usr/bin/perl -w
-
-#
-# Copyright (c) 2008, 2009 Sun Microsystems, Inc.
-# Use is subject to license terms.
-#
-
+# Copyright (c) 2008, 2017, Oracle and/or its affiliates. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met: