diff options
author | unknown <iggy@rolltop.ignatz42.dyndns.org> | 2006-07-14 15:22:16 -0400 |
---|---|---|
committer | unknown <iggy@rolltop.ignatz42.dyndns.org> | 2006-07-14 15:22:16 -0400 |
commit | e0b7bbc01d59a435536ba02bf64754b03ca103db (patch) | |
tree | 3818f3079bf6a235b98db522c3513549f7317d48 | |
parent | ed001f18a49301f51cab3e3e5d5c9ade212bd19f (diff) | |
download | mariadb-git-e0b7bbc01d59a435536ba02bf64754b03ca103db.tar.gz |
Bug #20721: mysql_install_db first line is blank.
Minor script changes for uniformity.
scripts/fill_func_tables.sh:
Switched to standard !@PERL@ usage. Added Copyright and more specific original author information.
scripts/mysql_install_db.sh:
Removed leading empty line.
-rw-r--r-- | scripts/fill_func_tables.sh | 11 | ||||
-rw-r--r-- | scripts/mysql_install_db.sh | 1 |
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. |