/usr/local/bin/perl => /usr/bin/perl

This commit is contained in:
Peter Eisentraut 2001-09-04 11:41:04 +00:00
parent 2ec5eedd4f
commit 2c3bd9e8f3
5 changed files with 9 additions and 9 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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'

View File

@ -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.