mirror of
https://github.com/postgres/postgres.git
synced 2025-11-22 12:22:45 +03:00
/usr/local/bin/perl => /usr/bin/perl
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user