Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 2c3bd9e

Browse files
committed
/usr/local/bin/perl => /usr/bin/perl
1 parent 2ec5eed commit 2c3bd9e

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

src/interfaces/perl5/examples/ApachePg.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#!/usr/local/bin/perl
1+
#!/usr/bin/perl
22

3-
# $Id: ApachePg.pl,v 1.1 2000/06/01 03:05:24 momjian Exp $
3+
# $Id: ApachePg.pl,v 1.2 2001/09/04 11:41:04 petere Exp $
44

55
# demo script, tested with:
66
# - PostgreSQL-6.4

src/interfaces/perl5/examples/example.newstyle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#!/usr/local/bin/perl
1+
#!/usr/bin/perl
22

3-
# $Id: example.newstyle,v 1.1 2000/06/01 03:05:24 momjian Exp $
3+
# $Id: example.newstyle,v 1.2 2001/09/04 11:41:04 petere Exp $
44

55
######################### globals
66

src/interfaces/perl5/examples/example.oldstyle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#!/usr/local/bin/perl
1+
#!/usr/bin/perl
22

3-
# $Id: example.oldstyle,v 1.1 2000/06/01 03:05:24 momjian Exp $
3+
# $Id: example.oldstyle,v 1.2 2001/09/04 11:41:04 petere Exp $
44

55
######################### globals
66

src/interfaces/perl5/test.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#!/usr/local/bin/perl -w
1+
#!/usr/bin/perl -w
22

3-
# $Id: test.pl,v 1.13 2000/11/17 00:24:03 tgl Exp $
3+
# $Id: test.pl,v 1.14 2001/09/04 11:41:04 petere Exp $
44

55
# Before `make install' is performed this script should be runnable with
66
# `make test'. After `make install' it should work as `perl test.pl'

src/test/performance/runtests.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/local/bin/perl
1+
#!/usr/bin/perl
22
#
33
# Accepts one argument - DBMS name (pgsql, ...) and initializes
44
# global variable $TestDBMS with this name.

0 commit comments

Comments
 (0)