summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorunknown <cmiller@zippy.cornsilk.net>2006-08-02 14:57:12 -0400
committerunknown <cmiller@zippy.cornsilk.net>2006-08-02 14:57:12 -0400
commit595b5fdbe8657037cce1858d4a2c20911f9be097 (patch)
tree10444a6455e083d55ca99174fe34c35a77684b5e /scripts
parentd31ae636dd901859c3b95715b2db39c3178dcc96 (diff)
parentf4fb48bab0c61a769cd7efabfba41e0ca672abcd (diff)
downloadmariadb-git-595b5fdbe8657037cce1858d4a2c20911f9be097.tar.gz
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
into zippy.cornsilk.net:/home/cmiller/work/mysql/m41-maint--07OBQ sql/set_var.cc: Auto merged
Diffstat (limited to 'scripts')
-rw-r--r--scripts/fill_func_tables.sh11
-rw-r--r--scripts/mysql_install_db.sh1
2 files changed, 8 insertions, 4 deletions
diff --git a/scripts/fill_func_tables.sh b/scripts/fill_func_tables.sh
index 459afee2fe1..b7bd3736392 100644
--- a/scripts/fill_func_tables.sh
+++ b/scripts/fill_func_tables.sh
@@ -1,7 +1,12 @@
-#!/usr/bin/perl
+#!@PERL@
+#
+# Copyright (C) 2003 MySQL AB
+# For a more info consult the file COPYRIGHT distributed with this file.
+#
# fill_func_tables - parse ../Docs/manual.texi
-
-# Original version by vva
+#
+# Original version by Victor Vagin <vva@mysql.com>
+#
my $cat_name= "";
my $func_name= "";
diff --git a/scripts/mysql_install_db.sh b/scripts/mysql_install_db.sh
index 5c2bca9a393..56a432db741 100644
--- a/scripts/mysql_install_db.sh
+++ b/scripts/mysql_install_db.sh
@@ -1,4 +1,3 @@
-
#!/bin/sh
# Copyright (C) 2002-2003 MySQL AB
# For a more info consult the file COPYRIGHT distributed with this file.