mirror of https://github.com/postgres/postgres
/usr/local/bin/perl => /usr/bin/perl
This commit is contained in:
parent
2ec5eedd4f
commit
2c3bd9e8f3
|
@ -1,6 +1,6 @@
|
|||
#!/usr/local/bin/perl
|
||||
#!/usr/bin/perl
|
||||
|
||||
# $Id: ApachePg.pl,v 1.1 2000/06/01 03:05:24 momjian Exp $
|
||||
# $Id: ApachePg.pl,v 1.2 2001/09/04 11:41:04 petere Exp $
|
||||
|
||||
# demo script, tested with:
|
||||
# - PostgreSQL-6.4
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/local/bin/perl
|
||||
#!/usr/bin/perl
|
||||
|
||||
# $Id: example.newstyle,v 1.1 2000/06/01 03:05:24 momjian Exp $
|
||||
# $Id: example.newstyle,v 1.2 2001/09/04 11:41:04 petere Exp $
|
||||
|
||||
######################### globals
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/local/bin/perl
|
||||
#!/usr/bin/perl
|
||||
|
||||
# $Id: example.oldstyle,v 1.1 2000/06/01 03:05:24 momjian Exp $
|
||||
# $Id: example.oldstyle,v 1.2 2001/09/04 11:41:04 petere Exp $
|
||||
|
||||
######################### globals
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/local/bin/perl -w
|
||||
#!/usr/bin/perl -w
|
||||
|
||||
# $Id: test.pl,v 1.13 2000/11/17 00:24:03 tgl Exp $
|
||||
# $Id: test.pl,v 1.14 2001/09/04 11:41:04 petere Exp $
|
||||
|
||||
# Before `make install' is performed this script should be runnable with
|
||||
# `make test'. After `make install' it should work as `perl test.pl'
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/local/bin/perl
|
||||
#!/usr/bin/perl
|
||||
#
|
||||
# Accepts one argument - DBMS name (pgsql, ...) and initializes
|
||||
# global variable $TestDBMS with this name.
|
||||
|
|
Loading…
Reference in New Issue