Browse Source

Use /usr/bin/perl as standard Perl install path (bug#44643)

pull/374/head
Kent Boortz 17 years ago
parent
commit
6d7f876a88
  1. 2
      scripts/mysql_find_rows.sh
  2. 2
      scripts/mysql_fix_extensions.sh
  3. 2
      scripts/mysql_setpermission.sh
  4. 2
      scripts/mysql_zap.sh
  5. 2
      scripts/mysqlaccess.sh
  6. 2
      sql-bench/as3ap.sh
  7. 2
      sql-bench/bench-count-distinct.sh
  8. 2
      sql-bench/bench-init.pl.sh
  9. 2
      sql-bench/compare-results.sh
  10. 2
      sql-bench/copy-db.sh
  11. 2
      sql-bench/crash-me.sh
  12. 2
      sql-bench/innotest1.sh
  13. 2
      sql-bench/innotest1a.sh
  14. 2
      sql-bench/innotest1b.sh
  15. 2
      sql-bench/innotest2.sh
  16. 2
      sql-bench/innotest2a.sh
  17. 2
      sql-bench/innotest2b.sh
  18. 2
      sql-bench/run-all-tests.sh
  19. 2
      sql-bench/server-cfg.sh
  20. 2
      sql-bench/test-ATIS.sh
  21. 2
      sql-bench/test-alter-table.sh
  22. 2
      sql-bench/test-big-tables.sh
  23. 2
      sql-bench/test-connect.sh
  24. 2
      sql-bench/test-create.sh
  25. 2
      sql-bench/test-insert.sh
  26. 2
      sql-bench/test-select.sh
  27. 2
      sql-bench/test-transactions.sh
  28. 2
      sql-bench/test-wisconsin.sh

2
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

2
scripts/mysql_fix_extensions.sh

@ -1,4 +1,4 @@
#!@PERL@
#!/usr/bin/perl
# This is a utility for MySQL. It is not needed by any standard part
# of MySQL.

2
scripts/mysql_setpermission.sh

@ -1,4 +1,4 @@
#!@PERL@
#!/usr/bin/perl
## Emacs, this is -*- perl -*- mode? :-)
##
## Permission setter for MySQL

2
scripts/mysql_zap.sh

@ -1,4 +1,4 @@
#!@PERL@
#!/usr/bin/perl
# Copyright (C) 2000-2002, 2004 MySQL AB
#
# This program is free software; you can redistribute it and/or modify

2
scripts/mysqlaccess.sh

@ -1,4 +1,4 @@
#!@PERL@
#!/usr/bin/perl
# ****************************
package MySQLaccess;
#use strict;

2
sql-bench/as3ap.sh

@ -1,4 +1,4 @@
#!@PERL@
#!/usr/bin/perl
# Copyright (C) 2001, 2003 MySQL AB
#
# This library is free software; you can redistribute it and/or

2
sql-bench/bench-count-distinct.sh

@ -1,4 +1,4 @@
#!@PERL@
#!/usr/bin/perl
# Copyright (C) 2001, 2003 MySQL AB
#
# This library is free software; you can redistribute it and/or

2
sql-bench/bench-init.pl.sh

@ -1,4 +1,4 @@
#!@PERL@
#!/usr/bin/perl
# Copyright (C) 2000-2003, 2005 MySQL AB
#
# This library is free software; you can redistribute it and/or

2
sql-bench/compare-results.sh

@ -1,4 +1,4 @@
#!@PERL@
#!/usr/bin/perl
# Copyright (C) 2000-2001, 2003 MySQL AB
#
# This library is free software; you can redistribute it and/or

2
sql-bench/copy-db.sh

@ -1,4 +1,4 @@
#!@PERL@
#!/usr/bin/perl
# Copyright (C) 2000, 2003 MySQL AB
#
# This library is free software; you can redistribute it and/or

2
sql-bench/crash-me.sh

@ -1,4 +1,4 @@
#!@PERL@
#!/usr/bin/perl
# -*- perl -*-
# Copyright (C) 2000-2006 MySQL AB
#

2
sql-bench/innotest1.sh

@ -1,4 +1,4 @@
#!@PERL@
#!/usr/bin/perl
############################################################################
# Stress test for MySQL/InnoDB combined database
# (c) 2002 Innobase Oy & MySQL AB

2
sql-bench/innotest1a.sh

@ -1,4 +1,4 @@
#!@PERL@
#!/usr/bin/perl
############################################################################
# Stress test for MySQL/InnoDB combined database
# (c) 2002 Innobase Oy & MySQL AB

2
sql-bench/innotest1b.sh

@ -1,4 +1,4 @@
#!@PERL@
#!/usr/bin/perl
############################################################################
# Stress test for MySQL/InnoDB combined database
# (c) 2002 Innobase Oy & MySQL AB

2
sql-bench/innotest2.sh

@ -1,4 +1,4 @@
#!@PERL@
#!/usr/bin/perl
############################################################################
# Stress test for MySQL/InnoDB combined database
# (c) 2002 Innobase Oy & MySQL AB

2
sql-bench/innotest2a.sh

@ -1,4 +1,4 @@
#!@PERL@
#!/usr/bin/perl
############################################################################
# Stress test for MySQL/Innobase combined database
# (c) 2000 Innobase Oy & MySQL AB

2
sql-bench/innotest2b.sh

@ -1,4 +1,4 @@
#!@PERL@
#!/usr/bin/perl
############################################################################
# Stress test for MySQL/Innobase combined database
# (c) 2000 Innobase Oy & MySQL AB

2
sql-bench/run-all-tests.sh

@ -1,4 +1,4 @@
#!@PERL@
#!/usr/bin/perl
# Copyright (C) 2000-2001, 2003 MySQL AB
#
# This library is free software; you can redistribute it and/or

2
sql-bench/server-cfg.sh

@ -1,4 +1,4 @@
#!@PERL@
#!/usr/bin/perl
# -*- perl -*-
# Copyright (C) 2000-2006 MySQL AB
#

2
sql-bench/test-ATIS.sh

@ -1,4 +1,4 @@
#!@PERL@
#!/usr/bin/perl
# Copyright (C) 2000-2001, 2003 MySQL AB
#
# This library is free software; you can redistribute it and/or

2
sql-bench/test-alter-table.sh

@ -1,4 +1,4 @@
#!@PERL@
#!/usr/bin/perl
# Copyright (C) 2000-2001, 2003 MySQL AB
#
# This library is free software; you can redistribute it and/or

2
sql-bench/test-big-tables.sh

@ -1,4 +1,4 @@
#!@PERL@
#!/usr/bin/perl
# Copyright (C) 2000-2001, 2003 MySQL AB
#
# This library is free software; you can redistribute it and/or

2
sql-bench/test-connect.sh

@ -1,4 +1,4 @@
#!@PERL@
#!/usr/bin/perl
# Copyright (C) 2000-2001, 2003 MySQL AB
#
# This library is free software; you can redistribute it and/or

2
sql-bench/test-create.sh

@ -1,4 +1,4 @@
#!@PERL@
#!/usr/bin/perl
# Copyright (C) 2000-2003 MySQL AB
#
# This library is free software; you can redistribute it and/or

2
sql-bench/test-insert.sh

@ -1,4 +1,4 @@
#!@PERL@
#!/usr/bin/perl
# Copyright (C) 2000-2003 MySQL AB
#
# This library is free software; you can redistribute it and/or

2
sql-bench/test-select.sh

@ -1,4 +1,4 @@
#!@PERL@
#!/usr/bin/perl
# Copyright (C) 2000-2001, 2003 MySQL AB
#
# This library is free software; you can redistribute it and/or

2
sql-bench/test-transactions.sh

@ -1,4 +1,4 @@
#!@PERL@
#!/usr/bin/perl
# Copyright (C) 2001, 2003 MySQL AB
#
# This library is free software; you can redistribute it and/or

2
sql-bench/test-wisconsin.sh

@ -1,4 +1,4 @@
#!@PERL@
#!/usr/bin/perl
# Copyright (C) 2000-2001, 2003 MySQL AB
#
# This library is free software; you can redistribute it and/or

Loading…
Cancel
Save